Skip to content

Commit 2c8b8c4

Browse files
author
timlinux
committedDec 12, 2008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/qgis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ const int USER_CRS_START_ID = 100000;
151151
const double MINIMUM_POINT_SIZE = 0.1;
152152
/** Magic number that determines the default point size for point symbols */
153153
const double DEFAULT_POINT_SIZE = 2.0;
154-
const double DEFAULT_LINE_WIDTH = 0.2;
154+
const double DEFAULT_LINE_WIDTH = 0.26;
155155

156156
// FIXME: also in qgisinterface.h
157157
#ifndef QGISEXTERN

0 commit comments

Comments
 (0)
Please sign in to comment.