1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-06-27 11:39:16 +02:00

Some more cosmetic optimizations

This commit is contained in:
2018-10-05 07:10:49 +02:00
parent ed4e201b08
commit a7e02bdc8b
8 changed files with 21 additions and 12 deletions

View File

@ -18,7 +18,7 @@
#define MAX_DIGITAL_ZOOM 2
#define MIN_DIGITAL_ZOOM -3
#define MARGIN 10.0
#define MARGIN 10
#define SCALE_OFFSET 7
MapView::MapView(Map *map, POI *poi, QWidget *parent)