X Tutup
Skip to content

Increase Tree vertical separation to improve touch usability#113666

Merged
Repiteo merged 1 commit intogodotengine:masterfrom
syntaxerror247:tree-seperation
Dec 11, 2025
Merged

Increase Tree vertical separation to improve touch usability#113666
Repiteo merged 1 commit intogodotengine:masterfrom
syntaxerror247:tree-seperation

Conversation

@syntaxerror247
Copy link
Member

@syntaxerror247 syntaxerror247 commented Dec 6, 2025

In the modern theme, the v_separation of tree nodes is reduced. While it looks good visually, it hurts touch usability of the Android Editor.
This PR increases the separation (by switching the logic to use separation_margin, as the classic theme does) when enable_touch_optimizations editor setting is enabled.

Before After
Screenshot_2025-12-06-13-53-02-567_org godotengine editor v4 Screenshot_2025-12-06-13-37-08-241_org godotengine editor v4 debug
Screenshot_2025-12-06-13-47-25-401_org godotengine editor v4 Screenshot_2025-12-06-13-46-16-929_org godotengine editor v4 debug

@syntaxerror247 syntaxerror247 requested review from a team as code owners December 6, 2025 07:26
@Repiteo Repiteo merged commit 3516c26 into godotengine:master Dec 11, 2025
20 checks passed
@Repiteo
Copy link
Contributor

Repiteo commented Dec 11, 2025

Thanks!

@syntaxerror247 syntaxerror247 deleted the tree-seperation branch December 11, 2025 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

X Tutup