mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 22:04:43 -04:00
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:
parent
7559756c50
commit
c1602ad26a
9 changed files with 648 additions and 501 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue