mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
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
This commit is contained in:
parent
85bbcdf085
commit
77ef300b92
@ -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) );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user