mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-12-13 19:54:39 +00:00
Merge pull request #904 from zxkmm/ready_to_pr_20230421
make the title touchable, and back/return when touch it
This commit is contained in:
commit
b72c765911
@ -125,7 +125,7 @@ namespace ui
|
|||||||
Color::dark_grey()};
|
Color::dark_grey()};
|
||||||
|
|
||||||
ImageButton button_back{
|
ImageButton button_back{
|
||||||
{2, 0 * 16, 16, 16},
|
{0, 0 * 16, 12 * 8, 16},//back button is long enough to cover the title area to make it easier to touch
|
||||||
&bitmap_icon_previous,
|
&bitmap_icon_previous,
|
||||||
Color::white(),
|
Color::white(),
|
||||||
Color::dark_grey()};
|
Color::dark_grey()};
|
||||||
|
Loading…
Reference in New Issue
Block a user