Skip to content

Commit

Permalink
0.2 mm frame width for now
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@5472 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed May 18, 2006
1 parent 4e83218 commit 18ca7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/composer/qgscomposerlabel.cpp
Expand Up @@ -37,7 +37,7 @@ QgsComposerLabel::QgsComposerLabel ( QgsComposition *composition, int id,

// Font and pen
mFont.setPointSize ( fontSize );
mPen.setWidth (1);
mPen.setWidthF (0.2);

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

0 comments on commit 18ca7aa

Please sign in to comment.