Skip to content

Commit f4336a3

Browse files
author
timlinux
committed
Make default line width 2.6 to avoid jaggies on some displays
git-svn-id: http://svn.osgeo.org/qgis/trunk@9774 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 3b07140 commit f4336a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/qgis.h

+1-1
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)