Fix for ticket #171. The default symbol scale is now 0.5 - not sure

why it needs to be that to get symbols of a similar size to the map
canvas, but it works fine.


git-svn-id: http://svn.osgeo.org/qgis/trunk@5577 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
g_j_m 2006-07-09 09:28:39 +00:00
parent 865a2b4107
commit 27acc8fea8

View File

@ -88,7 +88,7 @@ void QgsComposerMap::init ()
mPreviewModeComboBox->setCurrentItem ( Cache );
mWidthScale = 1.0 / mComposition->scale();
mSymbolScale = 1.0;
mSymbolScale = 0.5;
mFontScale = 1.0;
mFrame = true;