Skip to content

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/composer/qgscomposervectorlegend.cpp

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.