1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 17:19:50 +00:00

Enable exclusive and disable popup_window flags in the palette dialogs

This commit is contained in:
Emmanouil Papadeas 2024-08-02 20:59:59 +03:00
parent c0c391674d
commit f7296efbc5
2 changed files with 0 additions and 4 deletions

View file

@ -5,8 +5,6 @@
[node name="CreatePaletteDialog" type="ConfirmationDialog"]
title = "Create a new palette"
size = Vector2i(386, 406)
exclusive = false
popup_window = true
script = ExtResource("1")
[node name="VBoxContainer" type="VBoxContainer" parent="."]

View file

@ -5,8 +5,6 @@
[node name="EditPaletteDialog" type="ConfirmationDialog"]
title = "Edit Palette"
size = Vector2i(421, 371)
exclusive = false
popup_window = true
script = ExtResource("1")
[node name="VBoxContainer" type="VBoxContainer" parent="."]