mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-03-23 02:22:49 +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)]
|
textbutton _("Transitions") action [Function(onclick_audio, preferences.transitions, True), ToggleVariable("preferences.transitions", 0, 2)]
|
||||||
|
|
||||||
vbox:
|
vbox:
|
||||||
|
xsize 676
|
||||||
style_prefix "check"
|
style_prefix "check"
|
||||||
label _("Language")
|
label _("Language")
|
||||||
vpgrid:
|
vpgrid:
|
||||||
|
@ -1000,7 +1001,7 @@ screen preferences():
|
||||||
cols 1
|
cols 1
|
||||||
mousewheel True
|
mousewheel True
|
||||||
draggable True
|
draggable True
|
||||||
xsize 676
|
xsize 550
|
||||||
ysize 250
|
ysize 250
|
||||||
if len(languages)>4:
|
if len(languages)>4:
|
||||||
scrollbars "vertical"
|
scrollbars "vertical"
|
||||||
|
|
Loading…
Reference in a new issue