Replies: 2 comments 1 reply
-
Agreed, I never liked these separators, especially how they overlap with the selection stylebox. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Implemented by godotengine/godot#88575. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
There are two controls used to show lists of items: Tree and ItemList.
The most widely used one is Tree. But ItemList is still there and I propose to update its appearance to match Tree controls that have flat lists.
ItemList is used in the Files dock (second half, can switch to icons grid mode) and the code editor. In the current editor theme, there are separators ("guides"?) drawn between items, although there are none between Tree items. I propose to hide those separators in ItemLists to make a more consistent appearance.
Before:
After:
Pull request: godotengine/godot#88575
Beta Was this translation helpful? Give feedback.
All reactions