diff options
Diffstat (limited to 'js/components/tools-properties/text-properties.reel/text-properties.html')
-rwxr-xr-x | js/components/tools-properties/text-properties.reel/text-properties.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/components/tools-properties/text-properties.reel/text-properties.html b/js/components/tools-properties/text-properties.reel/text-properties.html index 7fbec1da..8839ae94 100755 --- a/js/components/tools-properties/text-properties.reel/text-properties.html +++ b/js/components/tools-properties/text-properties.reel/text-properties.html | |||
@@ -21,6 +21,7 @@ | |||
21 | "fontSelection": {"@": "fontSelection"}, | 21 | "fontSelection": {"@": "fontSelection"}, |
22 | "fontSettings": {"@": "fontSettings"}, | 22 | "fontSettings": {"@": "fontSettings"}, |
23 | "fontSize": {"@": "fontSize"}, | 23 | "fontSize": {"@": "fontSize"}, |
24 | "fontColor": {"#": "fontColorCtrl"}, | ||
24 | "btnBold": {"@": "btnBold"}, | 25 | "btnBold": {"@": "btnBold"}, |
25 | "btnItalic": {"@": "btnItalic"}, | 26 | "btnItalic": {"@": "btnItalic"}, |
26 | "btnUnderline": {"@": "btnUnderline"}, | 27 | "btnUnderline": {"@": "btnUnderline"}, |
@@ -303,7 +304,7 @@ | |||
303 | <button data-montage-id="fontSettings" style="display: none"></button> | 304 | <button data-montage-id="fontSettings" style="display: none"></button> |
304 | <label class="label">Size:</label> | 305 | <label class="label">Size:</label> |
305 | <select data-montage-id="fontSize" class="nj-skinned"></select> | 306 | <select data-montage-id="fontSize" class="nj-skinned"></select> |
306 | <div class="fontColor"></div> | 307 | <div data-montage-id="fontColorCtrl" class="fontColor"></div> |
307 | <div class="btnGroup"> | 308 | <div class="btnGroup"> |
308 | <button data-montage-id="btnBold" class="btnBold nj-skinned" style="font-weight:bold"></button> | 309 | <button data-montage-id="btnBold" class="btnBold nj-skinned" style="font-weight:bold"></button> |
309 | <button data-montage-id="btnItalic" class="btnItalic nj-skinned" style="font-style: italic;"></button> | 310 | <button data-montage-id="btnItalic" class="btnItalic nj-skinned" style="font-style: italic;"></button> |