1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-01-18 19:52:09 +01:00

Improved graph grid print output

This commit is contained in:
Martin Tůma 2016-10-23 14:36:50 +02:00
parent d7fd40d9d2
commit e86c19635e

View File

@ -2,7 +2,7 @@
#include "griditem.h"
#define GRID_WIDTH 1
#define GRID_WIDTH 0
GridItem::GridItem(QGraphicsItem *parent) : QGraphicsItem(parent)
{