touchable title, little width adjust again... sorry

This commit is contained in:
zxkmmOnHaseeWSL 2023-04-22 13:31:27 +08:00
parent 193a80edea
commit ed0f0eb15e

View File

@ -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()};