diff --git a/src/Mod/Fem/Gui/ViewProviderFemPostFunction.cpp b/src/Mod/Fem/Gui/ViewProviderFemPostFunction.cpp index 8169fedc2b..271838bebe 100644 --- a/src/Mod/Fem/Gui/ViewProviderFemPostFunction.cpp +++ b/src/Mod/Fem/Gui/ViewProviderFemPostFunction.cpp @@ -269,6 +269,7 @@ bool ViewProviderFemPostFunction::findScaleFactor(double& scale) const if (bbox.hasVolume()) { float dx, dy, dz; bbox.getSize(dx, dy, dz); + // we want the manipulator to have 20 % if the max size of the object scale = 0.2 * std::max(std::max(dx, dy), dz); return true; }