mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-26 00:47:10 +08:00
Small Back button fix
This commit is contained in:
parent
46573c0ebc
commit
3a219e2199
@ -42,6 +42,11 @@ class TouchscreenSettingsWindow(bui.MainWindow):
|
||||
if uiscale is bui.UIScale.SMALL
|
||||
else 1.55 if uiscale is bui.UIScale.MEDIUM else 1.2
|
||||
),
|
||||
toolbar_visibility=(
|
||||
'menu_minimal'
|
||||
if uiscale is bui.UIScale.SMALL
|
||||
else 'menu_full'
|
||||
),
|
||||
),
|
||||
transition=transition,
|
||||
origin_widget=origin_widget,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user