Skip to content

Commit 6649ebb

Browse files
author
timlinux
committed
Use 0.1 for default line width instead of 0.4
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9685 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 42caa98 commit 6649ebb

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.4 );
56+
sy->setLineWidth( 0.1 );
5757
mSymbol = sy;
5858
updateSymbolAttributes();
5959
}

0 commit comments

Comments
 (0)