mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-04 14:33:28 +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:
|
if show_keyboard:
|
||||||
self._keyboard_button = btn = bui.buttonwidget(
|
self._keyboard_button = btn = bui.buttonwidget(
|
||||||
parent=self._root_widget,
|
parent=self._root_widget,
|
||||||
position=((width - button_width) / 2 + 5, v),
|
position=((width - button_width) / 2 - 5, v),
|
||||||
size=(button_width, 43),
|
size=(button_width, 43),
|
||||||
autoselect=True,
|
autoselect=True,
|
||||||
label=bui.Lstr(resource=self._r + '.configureKeyboardText'),
|
label=bui.Lstr(resource=self._r + '.configureKeyboardText'),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user