Skip to content

Commit 5b34618

Browse files
author
timlinux
committed
Make default line width 0.2 instead of 0.1 as requested by Maciej
git-svn-id: http://svn.osgeo.org/qgis/trunk@9686 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent a3491a5 commit 5b34618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/renderer/qgssinglesymbolrenderer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ QgsSingleSymbolRenderer::QgsSingleSymbolRenderer( QGis::GeometryType type )
5353
sy->setFillStyle( Qt::SolidPattern );
5454
sy->setColor( QColor( 0, 0, 0 ) );
5555
}
56-
sy->setLineWidth( 0.1 );
56+
sy->setLineWidth( 0.2 );
5757
mSymbol = sy;
5858
updateSymbolAttributes();
5959
}

0 commit comments

Comments
 (0)