diff --git a/src/Mod/Sketcher/Gui/SketcherSettings.cpp b/src/Mod/Sketcher/Gui/SketcherSettings.cpp
index 63fd0a0cc2..322fd78cab 100644
--- a/src/Mod/Sketcher/Gui/SketcherSettings.cpp
+++ b/src/Mod/Sketcher/Gui/SketcherSettings.cpp
@@ -231,14 +231,6 @@ SketcherSettingsColors::SketcherSettingsColors(QWidget* parent)
: PreferencePage(parent), ui(new Ui_SketcherSettingsColors)
{
ui->setupUi(this);
-
- // Don't need them at the moment
- ui->label_16->hide();
- ui->SketcherDatumWidth->hide();
- ui->label_12->hide();
- ui->DefaultSketcherVertexWidth->hide();
- ui->label_13->hide();
- ui->DefaultSketcherLineWidth->hide();
}
/**
@@ -272,10 +264,6 @@ void SketcherSettingsColors::saveSettings()
ui->ExprBasedConstrDimColor->onSave();
ui->DeactivatedConstrDimColor->onSave();
- ui->SketcherDatumWidth->onSave();
- ui->DefaultSketcherVertexWidth->onSave();
- ui->DefaultSketcherLineWidth->onSave();
-
ui->CursorTextColor->onSave();
ui->CursorCrosshairColor->onSave();
ui->CreateLineColor->onSave();
@@ -303,10 +291,6 @@ void SketcherSettingsColors::loadSettings()
ui->ExprBasedConstrDimColor->onRestore();
ui->DeactivatedConstrDimColor->onRestore();
- ui->SketcherDatumWidth->onRestore();
- ui->DefaultSketcherVertexWidth->onRestore();
- ui->DefaultSketcherLineWidth->onRestore();
-
ui->CursorTextColor->onRestore();
ui->CursorCrosshairColor->onRestore();
ui->CreateLineColor->onRestore();
diff --git a/src/Mod/Sketcher/Gui/SketcherSettingsColors.ui b/src/Mod/Sketcher/Gui/SketcherSettingsColors.ui
index 6352af6abe..bf1cbf51d3 100644
--- a/src/Mod/Sketcher/Gui/SketcherSettingsColors.ui
+++ b/src/Mod/Sketcher/Gui/SketcherSettingsColors.ui
@@ -7,7 +7,7 @@
0
0
438
- 711
+ 627
@@ -599,111 +599,6 @@
-
-
-
-
- 182
- 0
-
-
-
- Datum text size
-
-
-
- -
-
-
- The default line thickness for new shapes
-
-
- px
-
-
- 9
-
-
- 2
-
-
- DefaultSketcherVertexWidth
-
-
- View
-
-
-
- -
-
-
-
- 182
- 0
-
-
-
- Default vertex size
-
-
-
- -
-
-
- The default line thickness for new shapes
-
-
- px
-
-
- 9
-
-
- 2
-
-
- DefaultSketcherVertexWidth
-
-
- View
-
-
-
- -
-
-
-
- 182
- 0
-
-
-
- Default line width
-
-
-
- -
-
-
- The default line thickness for new shapes
-
-
- px
-
-
- 9
-
-
- 2
-
-
- DefaultShapeLineWidth
-
-
- View
-
-
-
- -
@@ -716,7 +611,7 @@
- -
+
-
Text color of the coordinates
@@ -736,7 +631,7 @@
- -
+
-
@@ -749,7 +644,7 @@
- -
+
-
Color of crosshair cursor.