mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
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:
parent
52293bfae2
commit
4dd9a2b77e
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user