Remove tab container tab separation

pull/39/head
passivestar 2025-06-26 02:12:47 +07:00
parent 137a80540b
commit 209d19b7b6
1 changed files with 0 additions and 2 deletions

@ -806,8 +806,6 @@ func _init() -> void:
_set_margin(sb, 0, 0, base_margin * 2, 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))