mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-14 12:48:12 +00:00
prevent show 1970 when focusing the paging item in fileman app (#2412)
* _ * fix map view button overlap
This commit is contained in:

committed by
GitHub

parent
509bda2472
commit
989414d4df
@@ -344,7 +344,7 @@ class GeoMapView : public View {
|
||||
{0, GeoMap::banner_height, GeoMap::geomap_rect_width, GeoMap::geomap_rect_height}};
|
||||
|
||||
Button button_ok{
|
||||
{20 * 8, 8, 8 * 8, 2 * 16},
|
||||
{screen_width - 15 * 8, 0, 15 * 8, 1 * 16},
|
||||
"OK"};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user