Sketcher: Preferences - add 3D view scaling factor
================================================== In addition to the font size in pixels, which controls the 3D View font size (and indirectly the constraint icons), it is now possible to configure a scaling factor controlling the width of geometry, axes, information layer, and constraint lines.
This commit is contained in:
committed by
abdullahtahiriyo
parent
c71a4e0c2f
commit
d30f877788
@@ -147,6 +147,7 @@ SketcherSettingsDisplay::~SketcherSettingsDisplay()
|
||||
void SketcherSettingsDisplay::saveSettings()
|
||||
{
|
||||
ui->EditSketcherFontSize->onSave();
|
||||
ui->viewScalingFactor->onSave();
|
||||
ui->SegmentsPerGeometry->onSave();
|
||||
ui->dialogOnDistanceConstraint->onSave();
|
||||
ui->continueMode->onSave();
|
||||
@@ -166,6 +167,7 @@ void SketcherSettingsDisplay::saveSettings()
|
||||
void SketcherSettingsDisplay::loadSettings()
|
||||
{
|
||||
ui->EditSketcherFontSize->onRestore();
|
||||
ui->viewScalingFactor->onRestore();
|
||||
ui->SegmentsPerGeometry->onRestore();
|
||||
ui->dialogOnDistanceConstraint->onRestore();
|
||||
ui->continueMode->onRestore();
|
||||
|
||||
Reference in New Issue
Block a user