forked from Cavemanon/SnootGame
actually fix the language selector jank so it can support longer named languages
This commit is contained in:
@ -993,6 +993,7 @@ screen preferences():
|
||||
textbutton _("Transitions") action [Function(onclick_audio, preferences.transitions, True), ToggleVariable("preferences.transitions", 0, 2)]
|
||||
|
||||
vbox:
|
||||
xsize 676
|
||||
style_prefix "check"
|
||||
label _("Language")
|
||||
vpgrid:
|
||||
@ -1000,7 +1001,7 @@ screen preferences():
|
||||
cols 1
|
||||
mousewheel True
|
||||
draggable True
|
||||
xsize 676
|
||||
xsize 550
|
||||
ysize 250
|
||||
if len(languages)>4:
|
||||
scrollbars "vertical"
|
||||
|
Reference in New Issue
Block a user