Skip to content

Commit b95496c

Browse files
authored
Fix dialog sizes (Orama-Interactive#512)
1 parent 4292fcc commit b95496c

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

src/UI/Timeline/AnimationTimeline.tscn

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,9 @@ margin_bottom = 24.0
927927
[node name="AnimationTimer" type="Timer" parent="."]
928928

929929
[node name="OnionSkinningSettings" type="WindowDialog" parent="."]
930-
rect_min_size = Vector2( 220, 126 )
930+
margin_right = 220.0
931+
margin_bottom = 140.0
932+
rect_min_size = Vector2( 220, 140 )
931933
__meta__ = {
932934
"_edit_use_anchors_": false
933935
}
@@ -936,44 +938,44 @@ __meta__ = {
936938
anchor_top = 0.5
937939
anchor_right = 1.0
938940
anchor_bottom = 0.5
939-
margin_left = 4.0
940-
margin_top = -58.0
941-
margin_right = -4.0
942-
margin_bottom = 58.0
941+
margin_left = 5.0
942+
margin_top = -65.0
943+
margin_right = -5.0
944+
margin_bottom = 65.0
943945
__meta__ = {
944946
"_edit_use_anchors_": false
945947
}
946948

947949
[node name="OnionSkinningPast" type="Label" parent="OnionSkinningSettings/OnionSkinningButtons"]
948-
margin_right = 212.0
950+
margin_right = 210.0
949951
margin_bottom = 14.0
950952
text = "Past Frames"
951953

952954
[node name="PastOnionSkinning" type="SpinBox" parent="OnionSkinningSettings/OnionSkinningButtons"]
953955
margin_top = 18.0
954-
margin_right = 212.0
956+
margin_right = 210.0
955957
margin_bottom = 42.0
956958
mouse_default_cursor_shape = 2
957959
value = 1.0
958960
align = 1
959961

960962
[node name="OnionSkinningFuture" type="Label" parent="OnionSkinningSettings/OnionSkinningButtons"]
961963
margin_top = 46.0
962-
margin_right = 212.0
964+
margin_right = 210.0
963965
margin_bottom = 60.0
964966
text = "Future Frames"
965967

966968
[node name="FutureOnionSkinning" type="SpinBox" parent="OnionSkinningSettings/OnionSkinningButtons"]
967969
margin_top = 64.0
968-
margin_right = 212.0
970+
margin_right = 210.0
969971
margin_bottom = 88.0
970972
mouse_default_cursor_shape = 2
971973
value = 1.0
972974
align = 1
973975

974976
[node name="BlueRedMode" type="CheckBox" parent="OnionSkinningSettings/OnionSkinningButtons"]
975977
margin_top = 92.0
976-
margin_right = 212.0
978+
margin_right = 210.0
977979
margin_bottom = 116.0
978980
mouse_default_cursor_shape = 2
979981
text = "Blue-Red Mode"

0 commit comments

Comments
 (0)