mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-05-08 04:46:49 +00:00
Fix button_exit width (#1064)
I moved the exit button without making it narrower in the last change. This shrinks the width, so it fits on the screen.
This commit is contained in:
parent
637bcfdbc7
commit
2d79cd4b24
@ -121,7 +121,7 @@ class FileManBaseView : public View {
|
|||||||
""};
|
""};
|
||||||
|
|
||||||
Button button_exit{
|
Button button_exit{
|
||||||
{22 * 8, 34 * 8, 9 * 8, 32},
|
{22 * 8, 34 * 8, 8 * 8, 32},
|
||||||
"Exit"};
|
"Exit"};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user