mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-13 01:03:07 +00:00
Compare commits
1 commit
29534fd8f7
...
221cac2907
Author | SHA1 | Date | |
---|---|---|---|
221cac2907 |
|
@ -44,6 +44,7 @@ size_flags_vertical = 3
|
||||||
[node name="TransparentChecker" parent="VBoxContainer/VSplitContainer/PreviewPanel" instance=ExtResource("2")]
|
[node name="TransparentChecker" parent="VBoxContainer/VSplitContainer/PreviewPanel" instance=ExtResource("2")]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
layout_mode = 0
|
layout_mode = 0
|
||||||
|
anchors_preset = 0
|
||||||
anchor_right = 1.0
|
anchor_right = 1.0
|
||||||
anchor_bottom = 1.0
|
anchor_bottom = 1.0
|
||||||
|
|
||||||
|
@ -334,23 +335,19 @@ text = "Clip image content to selection"
|
||||||
mode = 2
|
mode = 2
|
||||||
title = "Open a Directory"
|
title = "Open a Directory"
|
||||||
size = Vector2i(675, 500)
|
size = Vector2i(675, 500)
|
||||||
always_on_top = true
|
|
||||||
ok_button_text = "Select Current Folder"
|
ok_button_text = "Select Current Folder"
|
||||||
file_mode = 2
|
file_mode = 2
|
||||||
access = 2
|
access = 2
|
||||||
|
|
||||||
[node name="PathValidationAlert" type="AcceptDialog" parent="."]
|
[node name="PathValidationAlert" type="AcceptDialog" parent="."]
|
||||||
always_on_top = true
|
|
||||||
dialog_text = "DirAccess path and file name are not valid!"
|
dialog_text = "DirAccess path and file name are not valid!"
|
||||||
|
|
||||||
[node name="FileExistsAlert" type="AcceptDialog" parent="."]
|
[node name="FileExistsAlert" type="AcceptDialog" parent="."]
|
||||||
always_on_top = true
|
|
||||||
dialog_text = "File %s already exists. Overwrite?"
|
dialog_text = "File %s already exists. Overwrite?"
|
||||||
|
|
||||||
[node name="ExportProgressBar" type="Window" parent="."]
|
[node name="ExportProgressBar" type="Window" parent="."]
|
||||||
visible = false
|
visible = false
|
||||||
exclusive = true
|
exclusive = true
|
||||||
always_on_top = true
|
|
||||||
|
|
||||||
[node name="MarginContainer" type="MarginContainer" parent="ExportProgressBar"]
|
[node name="MarginContainer" type="MarginContainer" parent="ExportProgressBar"]
|
||||||
anchors_preset = 15
|
anchors_preset = 15
|
||||||
|
|
Loading…
Reference in a new issue