mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-24 16:06:51 +08:00
Fixing an Alignment
This commit is contained in:
parent
451cb877a5
commit
0388fb75f1
@ -223,7 +223,7 @@ class ControlsSettingsWindow(bui.Window):
|
||||
if show_keyboard:
|
||||
self._keyboard_button = btn = bui.buttonwidget(
|
||||
parent=self._root_widget,
|
||||
position=((width - button_width) / 2 + 5, v),
|
||||
position=((width - button_width) / 2 - 5, v),
|
||||
size=(button_width, 43),
|
||||
autoselect=True,
|
||||
label=bui.Lstr(resource=self._r + '.configureKeyboardText'),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user