mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-31 07:29:49 +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"]
|
[node name="CreatePaletteDialog" type="ConfirmationDialog"]
|
||||||
title = "Create a new palette"
|
title = "Create a new palette"
|
||||||
size = Vector2i(386, 406)
|
size = Vector2i(386, 406)
|
||||||
exclusive = false
|
|
||||||
popup_window = true
|
|
||||||
script = ExtResource("1")
|
script = ExtResource("1")
|
||||||
|
|
||||||
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
||||||
|
|
|
@ -5,8 +5,6 @@
|
||||||
[node name="EditPaletteDialog" type="ConfirmationDialog"]
|
[node name="EditPaletteDialog" type="ConfirmationDialog"]
|
||||||
title = "Edit Palette"
|
title = "Edit Palette"
|
||||||
size = Vector2i(421, 371)
|
size = Vector2i(421, 371)
|
||||||
exclusive = false
|
|
||||||
popup_window = true
|
|
||||||
script = ExtResource("1")
|
script = ExtResource("1")
|
||||||
|
|
||||||
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
||||||
|
|
Loading…
Reference in a new issue