Fixing an Alignment

This commit is contained in:
Vishal 2024-06-07 02:06:17 +05:30 committed by GitHub
parent 451cb877a5
commit 0388fb75f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'),