Added forgotten translations, bumped version to rc3 and small dialog UI changes

This commit is contained in:
OverloadedOrama 2020-05-11 20:07:16 +03:00
parent 2a0b5f0471
commit 7361e01b1d
8 changed files with 1414 additions and 1391 deletions

View file

@ -101,11 +101,10 @@ margin_bottom = 17.0
text = "Frames:"
[node name="Frames" type="OptionButton" parent="VBoxContainer/SpritesheetOptions/Frames"]
anchor_left = 0.00193798
anchor_right = 0.00193798
margin_left = 55.0
margin_right = 516.0
margin_bottom = 20.0
mouse_default_cursor_shape = 2
size_flags_horizontal = 3
text = "All Frames"
items = [ "All Frames", null, false, 0, null ]
@ -175,6 +174,7 @@ margin_top = 28.0
margin_right = 516.0
margin_bottom = 52.0
hint_tooltip = "Creates multiple files but every file is stored in different directory that corresponds to its frame tag"
mouse_default_cursor_shape = 2
text = "Create new directory for each frame tag"
[node name="AnimatedOptions" type="HBoxContainer" parent="VBoxContainer/AnimationOptions"]

View file

@ -178,6 +178,7 @@ text = "Autosave interval:"
margin_left = 119.0
margin_right = 494.0
margin_bottom = 24.0
mouse_default_cursor_shape = 2
size_flags_horizontal = 3
min_value = 1.0
max_value = 30.0
@ -614,6 +615,7 @@ text = "Preset:"
margin_left = 49.0
margin_right = 494.0
margin_bottom = 20.0
hint_tooltip = "Only custom preset can be modified"
mouse_default_cursor_shape = 2
size_flags_horizontal = 3
text = "Default"

View file

@ -2,8 +2,6 @@
[ext_resource path="res://src/UI/Dialogs/RotateImage.gd" type="Script" id=1]
[node name="RotateImage" type="ConfirmationDialog"]
margin_right = 245.0
margin_bottom = 241.0
@ -79,6 +77,7 @@ margin_right = 229.0
margin_bottom = 24.0
mouse_default_cursor_shape = 2
max_value = 359.0
suffix = "°"
[connection signal="about_to_show" from="." to="." method="_on_RotateImage_about_to_show"]
[connection signal="confirmed" from="." to="." method="_on_RotateImage_confirmed"]
[connection signal="item_selected" from="VBoxContainer/HBoxContainer2/OptionButton" to="." method="_on_OptionButton_item_selected"]