mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Enable multiline labels by default
This commit is contained in:
parent
63949b5c90
commit
7940c39555
@ -152,7 +152,7 @@ QgsPalLayerSettings::QgsPalLayerSettings()
|
||||
plusSign = false;
|
||||
labelPerPart = false;
|
||||
mergeLines = false;
|
||||
multiLineLabels = false;
|
||||
multiLineLabels = true;
|
||||
minFeatureSize = 0.0;
|
||||
vectorScaleFactor = 1.0;
|
||||
rasterCompressFactor = 1.0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user