mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
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:
parent
865a2b4107
commit
27acc8fea8
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user