Fix shift key position (#2850)

This commit is contained in:
Totoo
2025-10-31 18:25:23 +01:00
committed by GitHub
parent 113cbc42c9
commit 00c9c6b40e
3 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ class AlphanumView : public TextEntryView {
std::array<Button, 29> buttons{};
NewButton button_shift{
{192, 214, screen_width / 5, 38},
{screen_width - screen_width / 5, 214, screen_width / 5, 38},
{},
&bitmap_icon_shift,
Theme::getInstance()->bg_dark->background,