mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-22 13:33:13 +00:00
Fix animation tag spacing
This commit is contained in:
parent
a2dd5ccb2b
commit
f1ea8e30b2
1 changed files with 7 additions and 1 deletions
|
@ -844,8 +844,14 @@ size_flags_vertical = 4
|
||||||
value = 100.0
|
value = 100.0
|
||||||
align = 1
|
align = 1
|
||||||
|
|
||||||
[node name="TagScroll" type="ScrollContainer" parent="AnimationContainer/TimelineContainer/OpacityAndTagContainer"]
|
[node name="SpacerControl2" type="Control" parent="AnimationContainer/TimelineContainer/OpacityAndTagContainer"]
|
||||||
margin_left = 188.0
|
margin_left = 188.0
|
||||||
|
margin_right = 217.0
|
||||||
|
margin_bottom = 32.0
|
||||||
|
rect_min_size = Vector2( 29, 0 )
|
||||||
|
|
||||||
|
[node name="TagScroll" type="ScrollContainer" parent="AnimationContainer/TimelineContainer/OpacityAndTagContainer"]
|
||||||
|
margin_left = 219.0
|
||||||
margin_right = 902.0
|
margin_right = 902.0
|
||||||
margin_bottom = 32.0
|
margin_bottom = 32.0
|
||||||
rect_min_size = Vector2( 0, 32 )
|
rect_min_size = Vector2( 0, 32 )
|
||||||
|
|
Loading…
Add table
Reference in a new issue