File Dialog: used fixed-size window instead of dynamic

This commit is contained in:
Charles Dang 2016-10-05 17:47:57 +11:00
parent d72ff82cc6
commit bf1c038882

View file

@ -11,12 +11,16 @@
[resolution]
definition = "default"
automatic_placement = "true"
vertical_placement = "center"
horizontal_placement = "center"
automatic_placement = "false"
maximum_width = 800
maximum_height = 800
width = 800
height = 800
# FIXME: optimally, we'd subtract window_height or window_width / 2 from the screen size,
# but GUI2 seems to be bugged and the window isn't placed properly.
# For now, use a hardcoded value of half the width and height.
x = "((screen_width / 2) - 400)"
y = "((screen_height / 2) - 400)"
[linked_group]
id = "icon"