mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-29 09:39:12 -04:00
prevent show 1970 when focusing the paging item in fileman app (#2412)
* _ * fix map view button overlap
This commit is contained in:
parent
509bda2472
commit
989414d4df
2 changed files with 11 additions and 4 deletions
|
@ -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"};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue