mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-01-13 07:43:38 +00:00
touchable title, little width adjust again... sorry
This commit is contained in:
parent
193a80edea
commit
ed0f0eb15e
@ -125,7 +125,7 @@ namespace ui
|
|||||||
Color::dark_grey()};
|
Color::dark_grey()};
|
||||||
|
|
||||||
ImageButton button_back{
|
ImageButton button_back{
|
||||||
{0, 0 * 16, 15 * 8, 16},//back button is long enough to cover the title area to make it easier to touch
|
{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…
x
Reference in New Issue
Block a user