+ fixes #0001393: Allow the user to set desired font size in pixels (used by sketcher constraints) in preferences

This commit is contained in:
wmayer
2014-03-09 18:29:26 +01:00
parent 2aaa63c5eb
commit b68bb653c8
3 changed files with 75 additions and 5 deletions

View File

@@ -66,6 +66,9 @@ void SketcherSettings::saveSettings()
ui->DefaultSketcherLineWidth->onSave();
ui->CursorTextColor->onSave();
// Sketch editing
ui->EditSketcherFontSize->onSave();
}
void SketcherSettings::loadSettings()
@@ -86,6 +89,9 @@ void SketcherSettings::loadSettings()
ui->DefaultSketcherLineWidth->onRestore();
ui->CursorTextColor->onRestore();
// Sketch editing
ui->EditSketcherFontSize->onRestore();
}
/**