Remove LTO, minor UI tweaks (#1216)

This commit is contained in:
Kyle Reed
2023-06-29 22:33:33 -07:00
committed by GitHub
parent 3d46c28911
commit 3b41d73ddd
4 changed files with 5 additions and 5 deletions

View File

@@ -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},
""};
};