Skip to content

Commit

Permalink
several people report the zoom box with three dots ... instead of a n…
Browse files Browse the repository at this point in the history
…umber on Windows
  • Loading branch information
cpesch committed Jan 25, 2024
1 parent d600327 commit 3cd46a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public MapSelector(MapsforgeMapManager mapManager, final AwtGraphicMapView mapVi
});
int width = getMaxWidth("19", 0);
// several people report the zoom box with three dots ... instead of a number on Windows
if(isWindows())
if (isWindows())
width = width * 2;
comboBoxZoom.setMaximumSize(new Dimension(width, comboBoxZoom.getMaximumSize().height));
comboBoxZoom.setPreferredSize(new Dimension(width, comboBoxZoom.getPreferredSize().height));
Expand Down

0 comments on commit 3cd46a4

Please sign in to comment.