Big UI overhaul - added PanelContainers to group similar elements

Removed separators entirely. Also made the AnimationTimeline have a StyleBoxFlat of its own, which we use to expand its margin top to cover the little space left because of the VSplitContainer. We also use a TextureRect as a fake VSplitContainer grabber.
This commit is contained in:
OverloadedOrama 2020-05-06 00:55:17 +03:00
parent 7559756c50
commit c1602ad26a
9 changed files with 648 additions and 501 deletions

View file

@ -169,8 +169,7 @@ content_margin_left = 4.5
content_margin_right = 4.5
content_margin_top = 3.0
content_margin_bottom = 3.0
bg_color = Color( 0.15, 0.1725, 0.2325, 1 )
draw_center = false
bg_color = Color( 0.231373, 0.266667, 0.360784, 1 )
corner_radius_top_left = 5
corner_radius_top_right = 5
corner_radius_bottom_right = 5