File Dialog: used fixed-size window instead of dynamic
This commit is contained in:
parent
d72ff82cc6
commit
bf1c038882
1 changed files with 9 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue