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:
parent
c0c391674d
commit
f7296efbc5
|
@ -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="."]
|
||||
|
|
|
@ -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="."]
|
||||
|
|
Loading…
Reference in a new issue