We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0100f1c commit 85afb12Copy full SHA for 85afb12
src/stepper-motor-element.ts
@@ -17,9 +17,9 @@ export interface NEMASpec {
17
bodyRadius: number; // the round motor body size
18
textSize: number; // Text size showing units etc
19
/** Y position of value text */
20
- valueYPosition: number;
+ valueYPosition: number;
21
/** Y position of units text */
22
- unitsYPosition: number;
+ unitsYPosition: number;
23
}
24
25
const defaultSize = 23;
0 commit comments