You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ui/composer/qgssvgexportoptions.ui
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
<rect>
7
7
<x>0</x>
8
8
<y>0</y>
9
-
<width>463</width>
9
+
<width>471</width>
10
10
<height>103</height>
11
11
</rect>
12
12
</property>
@@ -29,10 +29,13 @@
29
29
<item>
30
30
<widgetclass="QCheckBox"name="chkTextAsOutline">
31
31
<propertyname="enabled">
32
-
<bool>false</bool>
32
+
<bool>true</bool>
33
+
</property>
34
+
<propertyname="toolTip">
35
+
<string>Uncheck to render map labels as text objects. This will degrade the quality of the map labels but allow editing in vector illustration software.</string>
0 commit comments