Skip to content
Permalink
Browse files
0.2 mm frame width for now
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5472 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed May 18, 2006
1 parent 8d06cee commit afeab8a
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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);

0 comments on commit afeab8a

Please sign in to comment.