mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-31 15:39:49 +00:00
Minor UI changes
This commit is contained in:
parent
48326900d9
commit
b40c2f5b75
|
@ -70,7 +70,6 @@ margin_bottom = 388.0
|
||||||
[node name="ExportDialog" parent="Dialogs" instance=ExtResource( 39 )]
|
[node name="ExportDialog" parent="Dialogs" instance=ExtResource( 39 )]
|
||||||
|
|
||||||
[node name="PreferencesDialog" parent="Dialogs" instance=ExtResource( 32 )]
|
[node name="PreferencesDialog" parent="Dialogs" instance=ExtResource( 32 )]
|
||||||
margin_right = 617.0
|
|
||||||
|
|
||||||
[node name="AboutDialog" parent="Dialogs" instance=ExtResource( 34 )]
|
[node name="AboutDialog" parent="Dialogs" instance=ExtResource( 34 )]
|
||||||
|
|
||||||
|
|
|
@ -49,9 +49,7 @@ mouse_default_cursor_shape = 2
|
||||||
size_flags_horizontal = 3
|
size_flags_horizontal = 3
|
||||||
clip_text = true
|
clip_text = true
|
||||||
|
|
||||||
[node name="EditPalette" type="Button" parent="PaletteVBoxContainer/PaletteButtons" groups=[
|
[node name="EditPalette" type="Button" parent="PaletteVBoxContainer/PaletteButtons" groups=["UIButtons"]]
|
||||||
"UIButtons",
|
|
||||||
]]
|
|
||||||
margin_left = 256.0
|
margin_left = 256.0
|
||||||
margin_right = 278.0
|
margin_right = 278.0
|
||||||
margin_bottom = 22.0
|
margin_bottom = 22.0
|
||||||
|
@ -78,9 +76,7 @@ __meta__ = {
|
||||||
"_edit_use_anchors_": false
|
"_edit_use_anchors_": false
|
||||||
}
|
}
|
||||||
|
|
||||||
[node name="AddPalette" type="Button" parent="PaletteVBoxContainer/PaletteButtons" groups=[
|
[node name="AddPalette" type="Button" parent="PaletteVBoxContainer/PaletteButtons" groups=["UIButtons"]]
|
||||||
"UIButtons",
|
|
||||||
]]
|
|
||||||
margin_left = 282.0
|
margin_left = 282.0
|
||||||
margin_right = 304.0
|
margin_right = 304.0
|
||||||
margin_bottom = 22.0
|
margin_bottom = 22.0
|
||||||
|
|
|
@ -66,9 +66,7 @@ size_flags_horizontal = 4
|
||||||
text = "-"
|
text = "-"
|
||||||
align = 1
|
align = 1
|
||||||
|
|
||||||
[node name="PlayButton" type="Button" parent="HBoxContainer/VBoxContainer" groups=[
|
[node name="PlayButton" type="Button" parent="HBoxContainer/VBoxContainer" groups=["UIButtons"]]
|
||||||
"UIButtons",
|
|
||||||
]]
|
|
||||||
margin_top = 140.0
|
margin_top = 140.0
|
||||||
margin_right = 20.0
|
margin_right = 20.0
|
||||||
margin_bottom = 160.0
|
margin_bottom = 160.0
|
||||||
|
@ -96,6 +94,9 @@ margin_left = 24.0
|
||||||
margin_right = 314.0
|
margin_right = 314.0
|
||||||
margin_bottom = 160.0
|
margin_bottom = 160.0
|
||||||
rect_min_size = Vector2( 290, 160 )
|
rect_min_size = Vector2( 290, 160 )
|
||||||
|
size_flags_horizontal = 3
|
||||||
|
size_flags_vertical = 3
|
||||||
|
stretch = true
|
||||||
|
|
||||||
[node name="Viewport" type="Viewport" parent="HBoxContainer/PreviewViewportContainer"]
|
[node name="Viewport" type="Viewport" parent="HBoxContainer/PreviewViewportContainer"]
|
||||||
size = Vector2( 290, 160 )
|
size = Vector2( 290, 160 )
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
[ext_resource path="res://src/UI/Timeline/FrameTagDialog.gd" type="Script" id=1]
|
[ext_resource path="res://src/UI/Timeline/FrameTagDialog.gd" type="Script" id=1]
|
||||||
[ext_resource path="res://assets/graphics/timeline/new_frame.png" type="Texture" id=2]
|
[ext_resource path="res://assets/graphics/timeline/new_frame.png" type="Texture" id=2]
|
||||||
|
|
||||||
|
|
||||||
[node name="FrameTagDialog" type="AcceptDialog"]
|
[node name="FrameTagDialog" type="AcceptDialog"]
|
||||||
margin_right = 83.0
|
margin_right = 83.0
|
||||||
margin_bottom = 58.0
|
margin_bottom = 58.0
|
||||||
|
@ -48,9 +47,7 @@ __meta__ = {
|
||||||
"_edit_use_anchors_": false
|
"_edit_use_anchors_": false
|
||||||
}
|
}
|
||||||
|
|
||||||
[node name="AddTag" type="Button" parent="VBoxContainer/ScrollContainer/VBoxTagContainer" groups=[
|
[node name="AddTag" type="Button" parent="VBoxContainer/ScrollContainer/VBoxTagContainer" groups=["UIButtons"]]
|
||||||
"UIButtons",
|
|
||||||
]]
|
|
||||||
margin_top = 8.0
|
margin_top = 8.0
|
||||||
margin_right = 20.0
|
margin_right = 20.0
|
||||||
margin_bottom = 28.0
|
margin_bottom = 28.0
|
||||||
|
@ -162,6 +159,7 @@ mouse_default_cursor_shape = 2
|
||||||
min_value = 1.0
|
min_value = 1.0
|
||||||
value = 1.0
|
value = 1.0
|
||||||
allow_greater = true
|
allow_greater = true
|
||||||
|
|
||||||
[connection signal="about_to_show" from="." to="." method="_on_FrameTagDialog_about_to_show"]
|
[connection signal="about_to_show" from="." to="." method="_on_FrameTagDialog_about_to_show"]
|
||||||
[connection signal="popup_hide" from="." to="." method="_on_FrameTagDialog_popup_hide"]
|
[connection signal="popup_hide" from="." to="." method="_on_FrameTagDialog_popup_hide"]
|
||||||
[connection signal="pressed" from="VBoxContainer/ScrollContainer/VBoxTagContainer/AddTag" to="." method="_on_AddTag_pressed"]
|
[connection signal="pressed" from="VBoxContainer/ScrollContainer/VBoxTagContainer/AddTag" to="." method="_on_AddTag_pressed"]
|
||||||
|
|
Loading…
Reference in a new issue