Skip to content

Commit

Permalink
Fix for the bug mentioned in ticket #177
Browse files Browse the repository at this point in the history
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.
3 changes: 2 additions & 1 deletion src/composer/qgscomposerlabel.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit f523c27

Please sign in to comment.