Skip to content

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/composer/qgscomposerlabel.cpp

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.