Skip to content
Permalink
Browse files
Fix for the bug mentioned in ticket #177
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5566 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Jul 7, 2006
1 parent 2fd9053 commit f523c27
Showing 1 changed file with 2 additions and 1 deletion.
@@ -37,7 +37,8 @@ QgsComposerLabel::QgsComposerLabel ( QgsComposition *composition, int id,

// Font and pen
mFont.setPointSize ( fontSize );
mPen.setWidthF (0.2);
// Could make this user variable in the future
mPen.setWidthF (2.0);

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

0 comments on commit f523c27

Please sign in to comment.