diff --git a/Translations/Translations.pot b/Translations/Translations.pot index d8a6bd01f..4af3770db 100644 --- a/Translations/Translations.pot +++ b/Translations/Translations.pot @@ -2403,7 +2403,8 @@ msgstr "" msgid "Palette name is required!" msgstr "" -msgid "Reducing palette size will reset positions of colors. Colors that don't fit in new palette size will be lost!" +msgid "Reducing palette size will reset positions of colors.\n" +"Colors that don't fit in new palette size will be lost!" msgstr "" msgid "Position:" diff --git a/src/Palette/CreatePaletteDialog.tscn b/src/Palette/CreatePaletteDialog.tscn index 439c1712b..e6bd78e54 100644 --- a/src/Palette/CreatePaletteDialog.tscn +++ b/src/Palette/CreatePaletteDialog.tscn @@ -4,7 +4,7 @@ [node name="CreatePaletteDialog" type="ConfirmationDialog"] title = "Create a new palette" -size = Vector2i(325, 437) +size = Vector2i(386, 406) exclusive = false popup_window = true script = ExtResource("1") @@ -13,10 +13,10 @@ script = ExtResource("1") anchors_preset = -1 anchor_left = 0.000793701 anchor_right = 0.000793701 -offset_left = 7.74205 +offset_left = 7.69363 offset_top = 8.0 -offset_right = 316.742 -offset_bottom = 388.0 +offset_right = 377.694 +offset_bottom = 361.0 [node name="PaletteMetadata" type="GridContainer" parent="VBoxContainer"] layout_mode = 2 @@ -124,7 +124,6 @@ theme_override_colors/font_color = Color(1, 0.603922, 0.603922, 1) text = "Palette with the same name and path already exists!" horizontal_alignment = 1 vertical_alignment = 2 -autowrap_mode = 3 [node name="EnterNameWarning" type="Label" parent="VBoxContainer"] layout_mode = 2 @@ -133,7 +132,6 @@ theme_override_colors/font_color = Color(1, 0.603922, 0.603922, 1) text = "Palette name is required!" horizontal_alignment = 1 vertical_alignment = 2 -autowrap_mode = 3 [connection signal="confirmed" from="." to="." method="_on_CreatePaletteDialog_confirmed"] [connection signal="visibility_changed" from="." to="." method="_on_CreatePaletteDialog_visibility_changed"] diff --git a/src/Palette/EditPaletteDialog.tscn b/src/Palette/EditPaletteDialog.tscn index 8fd87fd49..f44b6e020 100644 --- a/src/Palette/EditPaletteDialog.tscn +++ b/src/Palette/EditPaletteDialog.tscn @@ -4,7 +4,7 @@ [node name="EditPaletteDialog" type="ConfirmationDialog"] title = "Edit Palette" -size = Vector2i(409, 559) +size = Vector2i(409, 359) exclusive = false popup_window = true script = ExtResource("1") @@ -16,7 +16,7 @@ anchor_bottom = 1.0 offset_left = 8.0 offset_top = 8.0 offset_right = -8.0 -offset_bottom = -49.0 +offset_bottom = -45.0 [node name="PaletteMetadata" type="GridContainer" parent="VBoxContainer"] layout_mode = 2 @@ -79,12 +79,13 @@ layout_mode = 2 size_flags_horizontal = 3 [node name="SizeReducedWarning" type="Label" parent="VBoxContainer"] +custom_minimum_size = Vector2(0, 27) layout_mode = 2 theme_override_colors/font_color = Color(1, 0.603922, 0.603922, 1) -text = "Reducing palette size will reset positions of colors. Colors that don't fit in new palette size will be lost!" +text = "Reducing palette size will reset positions of colors. +Colors that don't fit in new palette size will be lost!" horizontal_alignment = 1 vertical_alignment = 2 -autowrap_mode = 3 [node name="AlreadyExistsWarning" type="Label" parent="VBoxContainer"] layout_mode = 2 @@ -92,7 +93,6 @@ theme_override_colors/font_color = Color(1, 0.603922, 0.603922, 1) text = "Palette with the same name and path already exists!" horizontal_alignment = 1 vertical_alignment = 1 -autowrap_mode = 3 [node name="DeleteConfirmation" type="ConfirmationDialog" parent="."] size = Vector2i(445, 105)