We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d3b6dd commit 8c6e377Copy full SHA for 8c6e377
src/composer/qgscomposerlabel.cpp
@@ -38,7 +38,7 @@ QgsComposerLabel::QgsComposerLabel ( QgsComposition *composition, int id,
38
// Font and pen
39
mFont.setPointSize ( fontSize );
40
// Could make this user variable in the future
41
- mPen.setWidthF (3.0);
+ mPen.setWidthF (0.5);
42
43
Q3CanvasPolygonalItem::setX(x);
44
Q3CanvasPolygonalItem::setY(y);
0 commit comments