Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Reduce box line thickness for map composer label
git-svn-id: http://svn.osgeo.org/qgis/trunk@6284 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Dec 19, 2006
1 parent ec8f060 commit 8284b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/composer/qgscomposerlabel.cpp
Expand Up @@ -38,7 +38,7 @@ QgsComposerLabel::QgsComposerLabel ( QgsComposition *composition, int id,
// Font and pen
mFont.setPointSize ( fontSize );
// Could make this user variable in the future
mPen.setWidthF (3.0);
mPen.setWidthF (0.5);

Q3CanvasPolygonalItem::setX(x);
Q3CanvasPolygonalItem::setY(y);
Expand Down

0 comments on commit 8284b85

Please sign in to comment.