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
commit b72c765911
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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