Fix various typos and refinements
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user