Skip to content

Commit 8c6e377

Browse files
author
g_j_m
committed
Reduce box line thickness for map composer label
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6284 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 1d3b6dd commit 8c6e377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/composer/qgscomposerlabel.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ QgsComposerLabel::QgsComposerLabel ( QgsComposition *composition, int id,
3838
// Font and pen
3939
mFont.setPointSize ( fontSize );
4040
// Could make this user variable in the future
41-
mPen.setWidthF (3.0);
41+
mPen.setWidthF (0.5);
4242

4343
Q3CanvasPolygonalItem::setX(x);
4444
Q3CanvasPolygonalItem::setY(y);

0 commit comments

Comments
 (0)