Add tab separation to tab container for cleaner hover

pull/39/head
passivestar 2025-06-20 02:33:43 +07:00
parent f4efe04db4
commit 9ccbccf171
1 changed files with 2 additions and 0 deletions

@ -792,6 +792,8 @@ func _init() -> void:
sb.set_content_margin_all(0)
set_stylebox('tabbar_background', 'TabContainer', sb)
set_constant('tab_separation', 'TabContainer', int(ceilf(scale)))
# Tree
set_color('drop_position_color', 'Tree', mono_color * Color(1, 1, 1, 0.4))