mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-12-09 21:16:25 -05:00
Remove LTO, minor UI tweaks (#1216)
This commit is contained in:
parent
3d46c28911
commit
3b41d73ddd
4 changed files with 5 additions and 5 deletions
|
|
@ -76,11 +76,11 @@ class AlphanumView : public TextEntryView {
|
|||
"0"};
|
||||
|
||||
Button button_delete{
|
||||
{10 * 8 - 2, 33 * 8, 4 * 8 + 2, 32},
|
||||
{9 * 8, 33 * 8, 6 * 8, 32},
|
||||
"<DEL"};
|
||||
|
||||
Button button_mode{
|
||||
{16 * 8 - 2, 33 * 8, 4 * 8 + 2, 32},
|
||||
{16 * 8, 33 * 8, 5 * 8, 32},
|
||||
""};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue