mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-31 07:29:49 +00:00
Made PaletteImportFileDialog smaller
This commit is contained in:
parent
03683cc157
commit
1be6662b75
|
@ -3,11 +3,13 @@
|
||||||
[node name="PaletteImportFileDialog" type="FileDialog"]
|
[node name="PaletteImportFileDialog" type="FileDialog"]
|
||||||
anchor_right = 1.0
|
anchor_right = 1.0
|
||||||
anchor_bottom = 1.0
|
anchor_bottom = 1.0
|
||||||
|
margin_right = -780.0
|
||||||
|
margin_bottom = -420.0
|
||||||
rect_min_size = Vector2( 500, 300 )
|
rect_min_size = Vector2( 500, 300 )
|
||||||
window_title = "Open a File"
|
window_title = "Open a File"
|
||||||
resizable = true
|
resizable = true
|
||||||
mode = 0
|
mode = 0
|
||||||
access = 2
|
access = 2
|
||||||
filters = PoolStringArray( "*.json ; JavaScript Object Notation" )
|
filters = PoolStringArray( "*.json ; JavaScript Object Notation" )
|
||||||
current_dir = "D:/GitHub/Pixelorama"
|
current_dir = "C:/Users/Overloaded/Dropbox/Orama Founding Members/εταιρικα αρχεια/Godot Projects/Pixelorama"
|
||||||
current_path = "D:/GitHub/Pixelorama/"
|
current_path = "C:/Users/Overloaded/Dropbox/Orama Founding Members/εταιρικα αρχεια/Godot Projects/Pixelorama/"
|
||||||
|
|
Loading…
Reference in a new issue