diff --git a/src/Mod/TechDraw/Gui/DlgPrefsTechDraw2.ui b/src/Mod/TechDraw/Gui/DlgPrefsTechDraw2.ui
index 5829ebe238..49206852bd 100644
--- a/src/Mod/TechDraw/Gui/DlgPrefsTechDraw2.ui
+++ b/src/Mod/TechDraw/Gui/DlgPrefsTechDraw2.ui
@@ -7,7 +7,7 @@
0
0
440
- 450
+ 532
@@ -404,15 +404,48 @@ Each unit is approx. 0.1 mm wide
-
-
-
-
-
- Vertex Scale
+
-
+
+
+
+ 0
+ 0
+
+
+
+
+ 174
+ 0
+
+
+
+
+ 0
+ 0
+
+
+
+ Tolerance font size adjustment. Multiplier of dimension font size.
+
+
+
+
+
+ Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
+
+
+ 0.500000000000000
+
+
+ TolSizeAdjust
+
+
+ Mod/TechDraw/Dimensions
- -
-
+
-
+
0
@@ -426,34 +459,26 @@ Each unit is approx. 0.1 mm wide
- Scale of vertex dots. Multiplier of line width.
-
-
-
+ Size of template field click handles
Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
- 5.000000000000000
+ 3.000000000000000
- VertexScale
+ TemplateDotSize
Mod/TechDraw/General
- -
-
-
-
- true
-
-
+
-
+
- Center Mark Scale
+ Vertex Scale
@@ -504,6 +529,52 @@ Each unit is approx. 0.1 mm wide
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 174
+ 0
+
+
+
+ Scale of vertex dots. Multiplier of line width.
+
+
+
+
+
+ Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
+
+
+ 5.000000000000000
+
+
+ VertexScale
+
+
+ Mod/TechDraw/General
+
+
+
+ -
+
+
+
+ true
+
+
+
+ Center Mark Scale
+
+
+
-
@@ -528,46 +599,6 @@ Each unit is approx. 0.1 mm wide
- -
-
-
-
- 0
- 0
-
-
-
-
- 174
- 0
-
-
-
-
- 0
- 0
-
-
-
- Tolerance font size adjustment. Multiplier of dimension font size.
-
-
-
-
-
- Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
-
-
- 0.500000000000000
-
-
- TolSizeAdjust
-
-
- Mod/TechDraw/Dimensions
-
-
-
-
@@ -575,34 +606,29 @@ Each unit is approx. 0.1 mm wide
- -
-
-
-
- 0
- 0
-
-
-
-
- 174
- 0
-
+
-
+
+
+ Welding Symbol Scale
+
+
+ -
+
- Size of template field click handles
+ Multiplier for size of welding symbols
Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
- 3.000000000000000
+ 1.250000000000000
- TemplateDotSize
+ SymbolFactor
- Mod/TechDraw/General
+ Mod/TechDraw/Decorations
@@ -646,6 +672,11 @@ Each unit is approx. 0.1 mm wide
+
+ Gui::QuantitySpinBox
+ QWidget
+
+
Gui::PrefComboBox
QComboBox
diff --git a/src/Mod/TechDraw/Gui/DlgPrefsTechDraw2Imp.cpp b/src/Mod/TechDraw/Gui/DlgPrefsTechDraw2Imp.cpp
index 2a24864609..a726891675 100644
--- a/src/Mod/TechDraw/Gui/DlgPrefsTechDraw2Imp.cpp
+++ b/src/Mod/TechDraw/Gui/DlgPrefsTechDraw2Imp.cpp
@@ -69,6 +69,7 @@ void DlgPrefsTechDraw2Imp::saveSettings()
pdsbEdgeFuzz->onSave();
pdsbMarkFuzz->onSave();
pdsbTemplateMark->onSave();
+ pdsbSymbolScale->onSave();
}
void DlgPrefsTechDraw2Imp::loadSettings()
@@ -85,6 +86,7 @@ void DlgPrefsTechDraw2Imp::loadSettings()
pdsbEdgeFuzz->onRestore();
pdsbMarkFuzz->onRestore();
pdsbTemplateMark->onRestore();
+ pdsbSymbolScale->onRestore();
}
/**