mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-11-29 16:06:57 -05:00
Fix shift key position (#2850)
This commit is contained in:
parent
113cbc42c9
commit
00c9c6b40e
3 changed files with 5 additions and 6 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue