From c72a1f4b902b0a2866ef84629c53ecca4e2362a6 Mon Sep 17 00:00:00 2001 From: Emmanouil Papadeas <35376950+OverloadedOrama@users.noreply.github.com> Date: Sat, 30 Nov 2024 22:23:09 +0200 Subject: [PATCH] Enable always on top for the child dialogs of the export dialog --- src/UI/Dialogs/ExportDialog.tscn | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/UI/Dialogs/ExportDialog.tscn b/src/UI/Dialogs/ExportDialog.tscn index 0efa1bc9b..e032330b1 100644 --- a/src/UI/Dialogs/ExportDialog.tscn +++ b/src/UI/Dialogs/ExportDialog.tscn @@ -44,7 +44,6 @@ size_flags_vertical = 3 [node name="TransparentChecker" parent="VBoxContainer/VSplitContainer/PreviewPanel" instance=ExtResource("2")] unique_name_in_owner = true layout_mode = 0 -anchors_preset = 0 anchor_right = 1.0 anchor_bottom = 1.0 @@ -335,19 +334,23 @@ text = "Clip image content to selection" mode = 2 title = "Open a Directory" size = Vector2i(675, 500) +always_on_top = true ok_button_text = "Select Current Folder" file_mode = 2 access = 2 [node name="PathValidationAlert" type="AcceptDialog" parent="."] +always_on_top = true dialog_text = "DirAccess path and file name are not valid!" [node name="FileExistsAlert" type="AcceptDialog" parent="."] +always_on_top = true dialog_text = "File %s already exists. Overwrite?" [node name="ExportProgressBar" type="Window" parent="."] visible = false exclusive = true +always_on_top = true [node name="MarginContainer" type="MarginContainer" parent="ExportProgressBar"] anchors_preset = 15