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:
Brumi-2021
2023-04-22 21:39:10 +02:00
committed by GitHub

View File

@@ -125,7 +125,7 @@ namespace ui
Color::dark_grey()};
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,
Color::white(),
Color::dark_grey()};