Enable scroll hints for several parts of the editor#113574
Enable scroll hints for several parts of the editor#113574akien-mga merged 1 commit intogodotengine:masterfrom
Conversation
e42cf27 to
eb56027
Compare
There was a problem hiding this comment.
Tested, looks great
For docks it's a great addition to separate scroll areas from the topbars, in search-related popup dialogs like command palette and quick search the bottom separation shadow may draw a bit too much attention to itself, but I think quick search popups shouldn't even have bottom buttons in the first place to need that separation (see godotengine/godot-proposals#13744) so I think it's fine for now
|
@KoBeWi I can't really add it to the create dialog because the hints wont be able to touch the left border due to the lists in the way. Also, is there a way for an
This doesn't seem related to the PR, but instead a bug in |
Override |
eb56027 to
f187b8b
Compare
|
@KoBeWi Changes made. |
|
Thanks! |


Tackles godotengine/godot-proposals#13581 and #112454.
ItemList, necessary for this PR to be made.Tree.Screenshots