prevent show 1970 when focusing the paging item in fileman app (#2412)

* _

* fix map view button overlap
This commit is contained in:
sommermorgentraum 2024-12-07 20:13:06 +08:00 committed by GitHub
parent 509bda2472
commit 989414d4df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 4 deletions

View file

@ -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"};
};