diff options
Diffstat (limited to 'js/components/tools-properties/text-properties.reel/text-properties.js')
-rwxr-xr-x | js/components/tools-properties/text-properties.reel/text-properties.js | 4 |
1 files changed, 2 insertions, 2 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 0cfa6c4c..a3adbb1d 100755 --- a/js/components/tools-properties/text-properties.reel/text-properties.js +++ b/js/components/tools-properties/text-properties.reel/text-properties.js | |||
@@ -87,7 +87,7 @@ exports.TextProperties = Montage.create(ToolProperties, { | |||
87 | // { value: 7, text: "36pt" } | 87 | // { value: 7, text: "36pt" } |
88 | // ]; | 88 | // ]; |
89 | // this.fontSize.contentController = this.fontSizes; | 89 | // this.fontSize.contentController = this.fontSizes; |
90 | 90 | ||
91 | this.fontSelection.items = ["Arial", "Arial Black", "Courier New", "Garamond", "Georgia", "Open Sans", "Tahoma", "Times New Roman", "Trebuchet MS", "Verdana"]; | 91 | this.fontSelection.items = ["Arial", "Arial Black", "Courier New", "Garamond", "Georgia", "Open Sans", "Tahoma", "Times New Roman", "Trebuchet MS", "Verdana"]; |
92 | this.fontSize.items = ["8pt","10pt","12pt","14pt","18pt","24pt","36pt"]; | 92 | this.fontSize.items = ["8pt","10pt","12pt","14pt","18pt","24pt","36pt"]; |
93 | this.tagType.items = ["div", "span", "p", "section", "article", "h1", "h2", "h3", "h4", "h5", "h6"]; | 93 | this.tagType.items = ["div", "span", "p", "section", "article", "h1", "h2", "h3", "h4", "h5", "h6"]; |
@@ -120,7 +120,7 @@ exports.TextProperties = Montage.create(ToolProperties, { | |||
120 | 120 | ||
121 | } | 121 | } |
122 | }, | 122 | }, |
123 | 123 | ||
124 | handleAlignLeftAction: { | 124 | handleAlignLeftAction: { |
125 | value: function(e) { | 125 | value: function(e) { |
126 | //this.alignLeft.value = false; | 126 | //this.alignLeft.value = false; |