forked from SilverStudioGames/WTS
Bug fixes
* Fixed styling issues in preference menus
This commit is contained in:
parent
2cf60f97f6
commit
d96b9743d3
@ -169,7 +169,7 @@ screen game_menu(title, scroll=None, yinitial=0.0):
|
||||
|
||||
use navigation(title)
|
||||
|
||||
label title anchor (0.5, 0.5) align (0.86, 0.15)
|
||||
label title anchor (0.5, 0.5) align (0.9, 0.15)
|
||||
|
||||
if main_menu and not title == "Updater":
|
||||
key "game_menu" action ShowMenu("main_menu")
|
||||
|
@ -226,7 +226,10 @@ screen preferences_sound():
|
||||
|
||||
screen preferences_accessibility():
|
||||
|
||||
vbox:
|
||||
text "Disclaimer" size 18 xalign 0.5
|
||||
hbox:
|
||||
xmaximum 731
|
||||
text "These menu options are intended to improve accessibility and may not work well in all cases where text might overflow. When changing font, text size or spacing try to keep it close to the default size." size 14
|
||||
|
||||
hbox:
|
||||
@ -271,6 +274,7 @@ screen preferences_accessibility():
|
||||
textbutton "V. Large" action Preference("font line spacing", 1.4)
|
||||
|
||||
if not renpy.mobile:
|
||||
hbox:
|
||||
vbox:
|
||||
style_prefix gui.theme("check")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user