Skip to content

Commit

Permalink
Make default line width 0.2 instead of 0.1 as requested by Maciej
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9686 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Nov 23, 2008
1 parent 6649ebb commit 25c72fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/renderer/qgssinglesymbolrenderer.cpp
Expand Up @@ -53,7 +53,7 @@ QgsSingleSymbolRenderer::QgsSingleSymbolRenderer( QGis::GeometryType type )
sy->setFillStyle( Qt::SolidPattern );
sy->setColor( QColor( 0, 0, 0 ) );
}
sy->setLineWidth( 0.1 );
sy->setLineWidth( 0.2 );
mSymbol = sy;
updateSymbolAttributes();
}
Expand Down

0 comments on commit 25c72fd

Please sign in to comment.