1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-31 07:29:49 +00:00

Manage layout dialog UI changes

This commit is contained in:
Emmanouil Papadeas 2023-03-17 01:20:17 +02:00
parent e3a163b8c7
commit c43f28b323
2 changed files with 21 additions and 11 deletions

View file

@ -241,6 +241,18 @@ msgstr ""
msgid "Manage Layouts" msgid "Manage Layouts"
msgstr "" msgstr ""
#. Noun, a preview of something
msgid "Preview"
msgstr ""
#. Found in the manage layouts dialog
msgid "This is a preview, changing this won't change the layout"
msgstr ""
#. Found in the manage layouts dialog
msgid "Double click to set as new startup layout"
msgstr ""
msgid "Add" msgid "Add"
msgstr "" msgstr ""
@ -2195,4 +2207,4 @@ msgstr ""
msgid "Locked size\n\n" msgid "Locked size\n\n"
"When enabled using the tool on the canvas will only move the cropping rectangle.\n\n" "When enabled using the tool on the canvas will only move the cropping rectangle.\n\n"
"When disabled using the tool on the canvas will draw the rectangle." "When disabled using the tool on the canvas will draw the rectangle."
msgstr "" msgstr ""

View file

@ -9,7 +9,7 @@
resource_name = "Tabs" resource_name = "Tabs"
script = ExtResource( 2 ) script = ExtResource( 2 )
names = PoolStringArray( ) names = PoolStringArray( )
current_tab = -1 current_tab = 0
[sub_resource type="Resource" id=2] [sub_resource type="Resource" id=2]
resource_name = "Layout" resource_name = "Layout"
@ -51,11 +51,10 @@ margin_bottom = 14.0
size_flags_horizontal = 3 size_flags_horizontal = 3
[node name="PreviewInstruction" type="Label" parent="VBoxContainer"] [node name="PreviewInstruction" type="Label" parent="VBoxContainer"]
self_modulate = Color( 0.658824, 1, 0.286275, 1 )
margin_top = 18.0 margin_top = 18.0
margin_right = 527.0 margin_right = 527.0
margin_bottom = 32.0 margin_bottom = 32.0
text = "This is a preview (changing this won't change the Layout)" text = "This is a preview, changing this won't change the layout"
align = 1 align = 1
autowrap = true autowrap = true
@ -93,7 +92,6 @@ margin_bottom = 14.0
size_flags_horizontal = 3 size_flags_horizontal = 3
[node name="LayoutInstruction" type="Label" parent="VBoxContainer"] [node name="LayoutInstruction" type="Label" parent="VBoxContainer"]
self_modulate = Color( 0.658824, 1, 0.286275, 1 )
margin_top = 376.0 margin_top = 376.0
margin_right = 527.0 margin_right = 527.0
margin_bottom = 390.0 margin_bottom = 390.0
@ -139,8 +137,8 @@ text = "Delete"
[node name="LayoutSettings" type="ConfirmationDialog" parent="."] [node name="LayoutSettings" type="ConfirmationDialog" parent="."]
margin_left = 8.0 margin_left = 8.0
margin_top = 8.0 margin_top = 8.0
margin_right = 535.0 margin_right = 180.0
margin_bottom = 526.0 margin_bottom = 76.0
rect_min_size = Vector2( 172, 60.2 ) rect_min_size = Vector2( 172, 60.2 )
resizable = true resizable = true
@ -149,17 +147,17 @@ anchor_top = 0.5
anchor_right = 1.0 anchor_right = 1.0
anchor_bottom = 0.5 anchor_bottom = 0.5
margin_left = 8.0 margin_left = 8.0
margin_top = -251.0 margin_top = -26.0
margin_right = -8.0 margin_right = -8.0
margin_bottom = 223.0 margin_bottom = -2.0
size_flags_horizontal = 3 size_flags_horizontal = 3
placeholder_text = "Insert name" placeholder_text = "Insert name"
[node name="DeleteConfirmation" type="ConfirmationDialog" parent="."] [node name="DeleteConfirmation" type="ConfirmationDialog" parent="."]
margin_left = 8.0 margin_left = 8.0
margin_top = 8.0 margin_top = 8.0
margin_right = 535.0 margin_right = 305.0
margin_bottom = 526.0 margin_bottom = 68.2
rect_min_size = Vector2( 172, 60.2 ) rect_min_size = Vector2( 172, 60.2 )
dialog_text = "Are you sure you want to delete this layout?" dialog_text = "Are you sure you want to delete this layout?"