Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Set a better line width for the map composer legend box
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6296 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Dec 22, 2006
1 parent d49039d commit 72bfc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/composer/qgscomposervectorlegend.cpp
Expand Up @@ -450,7 +450,7 @@ void QgsComposerVectorLegend::draw ( QPainter & painter )

if ( mFrame ) {
QPen pen(QColor(0,0,0));
pen.setWidthF(2.0);
pen.setWidthF(0.5);
painter.setPen( pen );
painter.setBrush( QBrush( QColor(255,255,255), Qt::SolidPattern) );

Expand Down

0 comments on commit 72bfc44

Please sign in to comment.