[TD]fix ext line gap preference

This commit is contained in:
Wanderer Fan
2022-07-15 22:38:08 -04:00
committed by WandererFan
parent 0c5407b63d
commit 94dde1b9fb
5 changed files with 14 additions and 14 deletions

View File

@@ -81,9 +81,9 @@ ViewProviderDimension::ViewProviderDimension()
RenderingExtent.setEnums(RenderingExtentEnums);
ADD_PROPERTY_TYPE(FlipArrowheads, (false), group, App::Prop_None,
"Reverses usual direction of dimension line terminators");
ADD_PROPERTY_TYPE(GapFactorISO, (Preferences::ISOGap()), group, App::Prop_None,
ADD_PROPERTY_TYPE(GapFactorISO, (Preferences::GapISO()), group, App::Prop_None,
"Adjusts the gap between dimension point and extension line");
ADD_PROPERTY_TYPE(GapFactorASME, (Preferences::ASMEGap()), group, App::Prop_None,
ADD_PROPERTY_TYPE(GapFactorASME, (Preferences::GapASME()), group, App::Prop_None,
"Adjusts the gap between dimension point and extension line");
}