Fix for the bug mentioned in ticket #177

git-svn-id: http://svn.osgeo.org/qgis/trunk@5566 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
g_j_m 2006-07-07 10:31:45 +00:00
parent 52293bfae2
commit 4dd9a2b77e

View File

@ -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);