aboutsummaryrefslogtreecommitdiff
path: root/js/components/tools-properties/text-properties.reel/text-properties.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/components/tools-properties/text-properties.reel/text-properties.js')
-rw-r--r--js/components/tools-properties/text-properties.reel/text-properties.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/components/tools-properties/text-properties.reel/text-properties.js b/js/components/tools-properties/text-properties.reel/text-properties.js
index 7ae0cfda..88d38ffe 100644
--- a/js/components/tools-properties/text-properties.reel/text-properties.js
+++ b/js/components/tools-properties/text-properties.reel/text-properties.js
@@ -315,7 +315,7 @@ exports.TextProperties = Montage.create(ToolProperties, {
315 validateFontSize: { 315 validateFontSize: {
316 value: function(val) { 316 value: function(val) {
317 val = parseInt(val); 317 val = parseInt(val);
318 return this.fontSize.items[val]; 318 return this.fontSize.items[val - 1];
319 } 319 }
320 }, 320 },
321 321