5.1.1 release #62

Merged
coolestskinnieinthejungle merged 96 commits from 5.1.1 into master 2021-07-21 18:45:22 +00:00
1 changed files with 3 additions and 4 deletions
Showing only changes of commit b343365ef6 - Show all commits

View File

@ -242,7 +242,7 @@ style choice_button_text is default:
screen quick_button(filename, label, function):
button:
xmaximum 40
xmaximum 80
ymaximum 72
action function
fixed:
@ -266,7 +266,7 @@ screen quick_menu():
ypos 0.977
grid 1 4:
style_prefix "quick"
xalign 0.010
xalign -0.005
yalign 0.010
use quick_buttons("gui/button/uioptionbuttons/template_idle.png", \
@ -1543,7 +1543,7 @@ style pref_vbox:
screen quick_button(filename, label, function):
variant "small"
button:
xmaximum 160
xmaximum 180
ymaximum 100
action function
fixed:
@ -1558,7 +1558,6 @@ screen quick_menu():
style_prefix "quick"
xalign 0.5
yalign 0.975
use quick_buttons("gui/button/uioptionbuttons/template_idle.png", \
[ \
[ "Back", Rollback() ], \