Change yoffset magic number to variable

This commit is contained in:
2021-07-04 09:54:41 +10:00
parent d44edb546e
commit 409a84d1b7
2 changed files with 3 additions and 5 deletions

View File

@ -138,6 +138,7 @@ style window:
yalign gui.textbox_yalign
ysize gui.textbox_height
xoffset 0
yoffset gui.window_yoffset
xcenter 0.5
style namebox:
@ -1606,10 +1607,6 @@ screen quick_menu():
[ "Menu", ShowMenu() ] \
] )
style window:
variant "small"
yoffset -75 # ypos 1000
style radio_button:
variant "small"
foreground "gui/phone/button/radio_[prefix_]foreground.png"