Skip to content

Commit 77ef300

Browse files
author
g_j_m
committed
Set a better line width for the map composer legend box
git-svn-id: http://svn.osgeo.org/qgis/trunk@6296 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 85bbcdf commit 77ef300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/composer/qgscomposervectorlegend.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ void QgsComposerVectorLegend::draw ( QPainter & painter )
450450

451451
if ( mFrame ) {
452452
QPen pen(QColor(0,0,0));
453-
pen.setWidthF(2.0);
453+
pen.setWidthF(0.5);
454454
painter.setPen( pen );
455455
painter.setBrush( QBrush( QColor(255,255,255), Qt::SolidPattern) );
456456

0 commit comments

Comments
 (0)