diff options
Diffstat (limited to 'js/components')
-rwxr-xr-x | js/components/tools-properties/brush-properties.reel/brush-properties.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/js/components/tools-properties/brush-properties.reel/brush-properties.html b/js/components/tools-properties/brush-properties.reel/brush-properties.html index cbe4c242..98442164 100755 --- a/js/components/tools-properties/brush-properties.reel/brush-properties.html +++ b/js/components/tools-properties/brush-properties.reel/brush-properties.html | |||
@@ -53,15 +53,14 @@ | |||
53 | }, | 53 | }, |
54 | 54 | ||
55 | "smoothingAmountHT": { | 55 | "smoothingAmountHT": { |
56 | "module": "js/components/hottextunit.reel", | 56 | "module": "js/components/hottext.reel", |
57 | "name": "HotTextUnit", | 57 | "name": "HotText", |
58 | "properties": { | 58 | "properties": { |
59 | "element": {"#": "smoothingAmount"}, | 59 | "element": {"#": "smoothingAmount"}, |
60 | "minValue": 0, | 60 | "minValue": 0, |
61 | "maxValue": 100, | 61 | "maxValue": 100, |
62 | "value": 0, | 62 | "value": 0, |
63 | "decimalPlace": 10, | 63 | "decimalPlace": 10 |
64 | "acceptableUnits" : ["px", "pt"] | ||
65 | } | 64 | } |
66 | }, | 65 | }, |
67 | 66 | ||