Skip to content

Commit

Permalink
fix map view button overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
zxkmm committed Dec 7, 2024
1 parent 98122f7 commit d296e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/application/ui/ui_geomap.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"};
};

Expand Down

0 comments on commit d296e48

Please sign in to comment.