Fix various typos and refinements

This commit is contained in:
luz paz
2022-01-06 12:44:15 -05:00
committed by Uwe
parent 31221291a8
commit fd3f2b0092
8 changed files with 9 additions and 9 deletions

View File

@@ -112,7 +112,7 @@
((double,angle,Angle,45,"Pattern angle in degree",App::PropertyAngle))\
((double,angle_shift,AngleShift,0.0,"Pattern angle shift for each section", App::PropertyAngle))\
((double,shift,Shift,0.0,"Pattern shift distance for each section.\n"\
"The pocket patter will be shifted in orthogonal direction by this amount for each section.\n"\
"The pocket pattern will be shifted in orthogonal direction by this amount for each section.\n"\
"This gives a 3D pattern mainly for 3D printing. The shift only applies to 'Offset', 'Grid'\n"\
"and 'Triangle'", App::PropertyDistance))

View File

@@ -40,7 +40,7 @@
#include "Preferences.h"
//getters for parameters used in multiple places.
//ensure this is in sync with preference page uis
//ensure this is in sync with preference page user interfaces
using namespace TechDraw;

View File

@@ -41,7 +41,7 @@
#include "PreferencesGui.h"
//getters for parameters used in multiple places.
//ensure this is in sync with preference page uis
//ensure this is in sync with preference page user interfaces
using namespace TechDrawGui;
using namespace TechDraw;