mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-01-22 17:26:20 +01:00
actually fix the language selector jank so it can support longer named languages
This commit is contained in:
parent
50afe3a646
commit
670a3624c5
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue