1
0
Fork 0
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:
OverloadedOrama 2020-05-06 19:41:21 +03:00
parent 03683cc157
commit 1be6662b75

View file

@ -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/"