From 8966fc4903f0eec61816d9b9bdbcac9b7d99c320 Mon Sep 17 00:00:00 2001 From: Armen Kesablyan Date: Mon, 2 Jul 2012 13:19:00 -0700 Subject: Bug: Font Name & Size not updating text tool Signed-off-by: Armen Kesablyan --- .../text-properties.reel/text-properties.css | 4 + .../text-properties.reel/text-properties.html | 120 +++++----- .../text-properties.reel/text-properties.js | 261 +++++---------------- 3 files changed, 112 insertions(+), 273 deletions(-) (limited to 'js/components/tools-properties') diff --git a/js/components/tools-properties/text-properties.reel/text-properties.css b/js/components/tools-properties/text-properties.reel/text-properties.css index 586cdcd5..7ab3ae9a 100755 --- a/js/components/tools-properties/text-properties.reel/text-properties.css +++ b/js/components/tools-properties/text-properties.reel/text-properties.css @@ -39,6 +39,10 @@ width: 160px; } +.optionsTextTool .montage-button:hover { + color:#FFF; +} + .fontColorChipContainer { margin-left: 10px !important; margin-right: 0px; 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 8899ff3c..6a94cf0a 100755 --- a/js/components/tools-properties/text-properties.reel/text-properties.html +++ b/js/components/tools-properties/text-properties.reel/text-properties.html @@ -11,79 +11,87 @@ + } + 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 5645b239..5d970798 100755 --- a/js/components/tools-properties/brush-properties.reel/brush-properties.html +++ b/js/components/tools-properties/brush-properties.reel/brush-properties.html @@ -98,8 +98,8 @@ POSSIBILITY OF SUCH DAMAGE. "_angleLabel": {"#": "angleLabel"} } } - } - + } + diff --git a/js/components/tools-properties/eraser-properties.reel/eraser-properties.html b/js/components/tools-properties/eraser-properties.reel/eraser-properties.html index 7148d1c2..d9ebe6bc 100755 --- a/js/components/tools-properties/eraser-properties.reel/eraser-properties.html +++ b/js/components/tools-properties/eraser-properties.reel/eraser-properties.html @@ -42,8 +42,8 @@ POSSIBILITY OF SUCH DAMAGE. "element": {"#": "eraserProperties"} } } - } - + } + diff --git a/js/components/tools-properties/eyedropper-properties.reel/eyedropper-properties.html b/js/components/tools-properties/eyedropper-properties.reel/eyedropper-properties.html index 022e7bd0..f2573df9 100755 --- a/js/components/tools-properties/eyedropper-properties.reel/eyedropper-properties.html +++ b/js/components/tools-properties/eyedropper-properties.reel/eyedropper-properties.html @@ -42,8 +42,8 @@ POSSIBILITY OF SUCH DAMAGE. "element": {"#": "eyedropperProperties"} } } - } - + } + diff --git a/js/components/tools-properties/fill-properties.reel/fill-properties.html b/js/components/tools-properties/fill-properties.reel/fill-properties.html index 948f44bb..31cfab04 100755 --- a/js/components/tools-properties/fill-properties.reel/fill-properties.html +++ b/js/components/tools-properties/fill-properties.reel/fill-properties.html @@ -81,7 +81,7 @@ POSSIBILITY OF SUCH DAMAGE. "fillMaterial": {"@": "fillMaterial"} } } - } + } diff --git a/js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.css b/js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.css index 6c57ede7..33074d73 100755 --- a/js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.css +++ b/js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.css @@ -30,5 +30,5 @@ POSSIBILITY OF SUCH DAMAGE. .inkBottleOptions select.nj-skinned { - margin-top: 2px; + margin-top: 2px; } diff --git a/js/components/tools-properties/line-properties.reel/line-properties.html b/js/components/tools-properties/line-properties.reel/line-properties.html index d119e8da..8c37fe10 100755 --- a/js/components/tools-properties/line-properties.reel/line-properties.html +++ b/js/components/tools-properties/line-properties.reel/line-properties.html @@ -41,8 +41,8 @@ POSSIBILITY OF SUCH DAMAGE. "element": {"#": "lineProperties"} } } - } - + } + diff --git a/js/components/tools-properties/object3d-properties.reel/object3d-properties.html b/js/components/tools-properties/object3d-properties.reel/object3d-properties.html index 93d1abfe..268fab83 100755 --- a/js/components/tools-properties/object3d-properties.reel/object3d-properties.html +++ b/js/components/tools-properties/object3d-properties.reel/object3d-properties.html @@ -47,8 +47,8 @@ POSSIBILITY OF SUCH DAMAGE. } } - } - + } + diff --git a/js/components/tools-properties/oval-properties.reel/oval-properties.html b/js/components/tools-properties/oval-properties.reel/oval-properties.html index c60ba2a0..c9dc3749 100755 --- a/js/components/tools-properties/oval-properties.reel/oval-properties.html +++ b/js/components/tools-properties/oval-properties.reel/oval-properties.html @@ -54,8 +54,8 @@ POSSIBILITY OF SUCH DAMAGE. "innerRadius": {"@": "hottext1"} } } - } - + } + diff --git a/js/components/tools-properties/pan-properties.reel/pan-properties.html b/js/components/tools-properties/pan-properties.reel/pan-properties.html index 90b76f75..82eb1d40 100755 --- a/js/components/tools-properties/pan-properties.reel/pan-properties.html +++ b/js/components/tools-properties/pan-properties.reel/pan-properties.html @@ -42,8 +42,8 @@ POSSIBILITY OF SUCH DAMAGE. "element": {"#": "panProperties"} } } - } - + } + diff --git a/js/components/tools-properties/rect-properties.reel/rect-properties.html b/js/components/tools-properties/rect-properties.reel/rect-properties.html index e2161e9b..ad8c40dc 100755 --- a/js/components/tools-properties/rect-properties.reel/rect-properties.html +++ b/js/components/tools-properties/rect-properties.reel/rect-properties.html @@ -125,8 +125,8 @@ POSSIBILITY OF SUCH DAMAGE. "BRRadiusControl": {"@": "hottext4"} } } - } - + } + diff --git a/js/components/tools-properties/rotate-stage-properties.reel/rotate-stage-properties.html b/js/components/tools-properties/rotate-stage-properties.reel/rotate-stage-properties.html index 2ba82600..08418d31 100755 --- a/js/components/tools-properties/rotate-stage-properties.reel/rotate-stage-properties.html +++ b/js/components/tools-properties/rotate-stage-properties.reel/rotate-stage-properties.html @@ -42,8 +42,8 @@ POSSIBILITY OF SUCH DAMAGE. "element": {"#": "rotateStageProperties"} } } - } - + } + diff --git a/js/components/tools-properties/selection-properties.reel/selection-properties.html b/js/components/tools-properties/selection-properties.reel/selection-properties.html index c94c0b6d..239f24b0 100755 --- a/js/components/tools-properties/selection-properties.reel/selection-properties.html +++ b/js/components/tools-properties/selection-properties.reel/selection-properties.html @@ -64,7 +64,7 @@ POSSIBILITY OF SUCH DAMAGE. "arrangeSendToBack": {"#": "arrangeSendToBackBtn"} } } - } + } diff --git a/js/components/tools-properties/shape-properties.reel/shape-properties.html b/js/components/tools-properties/shape-properties.reel/shape-properties.html index b796b616..220a91a3 100755 --- a/js/components/tools-properties/shape-properties.reel/shape-properties.html +++ b/js/components/tools-properties/shape-properties.reel/shape-properties.html @@ -147,8 +147,8 @@ POSSIBILITY OF SUCH DAMAGE. } } - } - + } + diff --git a/js/components/tools-properties/tag-properties.reel/tag-properties.html b/js/components/tools-properties/tag-properties.reel/tag-properties.html index a69ea94e..a1cc8b4f 100755 --- a/js/components/tools-properties/tag-properties.reel/tag-properties.html +++ b/js/components/tools-properties/tag-properties.reel/tag-properties.html @@ -55,8 +55,8 @@ POSSIBILITY OF SUCH DAMAGE. "customLabel": {"#": "customContainer"} } } - } - + } + 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 6784e41c..6465227f 100755 --- a/js/components/tools-properties/text-properties.reel/text-properties.html +++ b/js/components/tools-properties/text-properties.reel/text-properties.html @@ -293,8 +293,8 @@ POSSIBILITY OF SUCH DAMAGE. ] } - } - + } + diff --git a/js/components/tools-properties/zoom-properties.reel/zoom-properties.html b/js/components/tools-properties/zoom-properties.reel/zoom-properties.html index 3cc3c2bb..e2ad5598 100755 --- a/js/components/tools-properties/zoom-properties.reel/zoom-properties.html +++ b/js/components/tools-properties/zoom-properties.reel/zoom-properties.html @@ -44,8 +44,8 @@ POSSIBILITY OF SUCH DAMAGE. "zoomOut": {"#": "zoomOutTool"} } } - } - + } + -- cgit v1.2.3 From 04343eda8c2f870b0da55cfdc8003c99fe1cc4de Mon Sep 17 00:00:00 2001 From: Kris Kowal Date: Fri, 6 Jul 2012 11:53:10 -0700 Subject: Remove trailing spaces --- .../tools-properties/eraser-properties.reel/eraser-properties.js | 2 +- .../eyedropper-properties.reel/eyedropper-properties.js | 2 +- .../tools-properties/line-properties.reel/line-properties.js | 2 +- .../tools-properties/oval-properties.reel/oval-properties.js | 6 +++--- .../tools-properties/pan-properties.reel/pan-properties.js | 2 +- .../tools-properties/pen-properties.reel/pen-properties.js | 2 +- .../tools-properties/rect-properties.reel/rect-properties.js | 2 +- .../rotate-stage-properties.reel/rotate-stage-properties.js | 2 +- .../tools-properties/shape-properties.reel/shape-properties.js | 2 +- .../tools-properties/tag-properties.reel/tag-properties.js | 2 +- .../tools-properties/text-properties.reel/text-properties.js | 4 ++-- js/components/tools-properties/tool-properties.js | 2 +- 12 files changed, 15 insertions(+), 15 deletions(-) (limited to 'js/components/tools-properties') diff --git a/js/components/tools-properties/eraser-properties.reel/eraser-properties.js b/js/components/tools-properties/eraser-properties.reel/eraser-properties.js index 5c997ee3..dbab798a 100755 --- a/js/components/tools-properties/eraser-properties.reel/eraser-properties.js +++ b/js/components/tools-properties/eraser-properties.reel/eraser-properties.js @@ -34,7 +34,7 @@ var ToolProperties = require("js/components/tools-properties/tool-properties").T exports.EraserProperties = Montage.create(ToolProperties, { - + _subPrepare: { value: function() { //this.divElement.addEventListener("click", this, false); diff --git a/js/components/tools-properties/eyedropper-properties.reel/eyedropper-properties.js b/js/components/tools-properties/eyedropper-properties.reel/eyedropper-properties.js index e788b5f6..3442f95c 100755 --- a/js/components/tools-properties/eyedropper-properties.reel/eyedropper-properties.js +++ b/js/components/tools-properties/eyedropper-properties.reel/eyedropper-properties.js @@ -34,7 +34,7 @@ var ToolProperties = require("js/components/tools-properties/tool-properties").T exports.EyedropperProperties = Montage.create(ToolProperties, { - + _subPrepare: { value: function() { //this.divElement.addEventListener("click", this, false); diff --git a/js/components/tools-properties/line-properties.reel/line-properties.js b/js/components/tools-properties/line-properties.reel/line-properties.js index 96938457..499ad880 100755 --- a/js/components/tools-properties/line-properties.reel/line-properties.js +++ b/js/components/tools-properties/line-properties.reel/line-properties.js @@ -37,7 +37,7 @@ exports.LineProperties = Montage.create(ToolProperties, { value: null, serializable: true }, - + _subPrepare: { value: function() { //this.divElement.addEventListener("click", this, false); diff --git a/js/components/tools-properties/oval-properties.reel/oval-properties.js b/js/components/tools-properties/oval-properties.reel/oval-properties.js index dabe646f..195f5f97 100755 --- a/js/components/tools-properties/oval-properties.reel/oval-properties.js +++ b/js/components/tools-properties/oval-properties.reel/oval-properties.js @@ -41,7 +41,7 @@ exports.OvalProperties = Montage.create(ToolProperties, { value: null, serializable: true }, - + _subPrepare: { value: function() { //this.divElement.addEventListener("click", this, false); @@ -66,11 +66,11 @@ exports.OvalProperties = Montage.create(ToolProperties, { use3D: { get: function() { return this.base._use3D; } }, - + strokeSize: { get: function() { return this.base._strokeSize; } }, - + strokeStyle : { get: function() { // return this.base._strokeStyle.options[this.base._strokeStyle.value].text; diff --git a/js/components/tools-properties/pan-properties.reel/pan-properties.js b/js/components/tools-properties/pan-properties.reel/pan-properties.js index 920c6bc6..cb782af4 100755 --- a/js/components/tools-properties/pan-properties.reel/pan-properties.js +++ b/js/components/tools-properties/pan-properties.reel/pan-properties.js @@ -34,7 +34,7 @@ var ToolProperties = require("js/components/tools-properties/tool-properties").T exports.PanProperties = Montage.create(ToolProperties, { - + _subPrepare: { value: function() { //this.divElement.addEventListener("click", this, false); diff --git a/js/components/tools-properties/pen-properties.reel/pen-properties.js b/js/components/tools-properties/pen-properties.reel/pen-properties.js index 460c9633..66260ac3 100755 --- a/js/components/tools-properties/pen-properties.reel/pen-properties.js +++ b/js/components/tools-properties/pen-properties.reel/pen-properties.js @@ -108,7 +108,7 @@ var PenProperties = exports.PenProperties = Montage.create(ToolProperties, { strokeSize: { get: function () { - return this._strokeSize; + return this._strokeSize; } }, diff --git a/js/components/tools-properties/rect-properties.reel/rect-properties.js b/js/components/tools-properties/rect-properties.reel/rect-properties.js index 53539113..faf6ee7b 100755 --- a/js/components/tools-properties/rect-properties.reel/rect-properties.js +++ b/js/components/tools-properties/rect-properties.reel/rect-properties.js @@ -76,7 +76,7 @@ exports.RectProperties = Montage.create(ToolProperties, { use3D: { get: function() { return this.base._use3D; } }, - + strokeSize: { get: function() { return this.base._strokeSize; } }, diff --git a/js/components/tools-properties/rotate-stage-properties.reel/rotate-stage-properties.js b/js/components/tools-properties/rotate-stage-properties.reel/rotate-stage-properties.js index c87e87c8..af399e7a 100755 --- a/js/components/tools-properties/rotate-stage-properties.reel/rotate-stage-properties.js +++ b/js/components/tools-properties/rotate-stage-properties.reel/rotate-stage-properties.js @@ -34,7 +34,7 @@ var ToolProperties = require("js/components/tools-properties/tool-properties").T exports.RotateStageProperties = Montage.create(ToolProperties, { - + _subPrepare: { value: function() { //this.divElement.addEventListener("click", this, false); diff --git a/js/components/tools-properties/shape-properties.reel/shape-properties.js b/js/components/tools-properties/shape-properties.reel/shape-properties.js index f812f1bf..d10d2870 100755 --- a/js/components/tools-properties/shape-properties.reel/shape-properties.js +++ b/js/components/tools-properties/shape-properties.reel/shape-properties.js @@ -206,7 +206,7 @@ var ShapeProperties = exports.ShapeProperties = Montage.create(ToolProperties, { this._fillColorCtrlContainer.style["display"] = "none"; this._fillColorCtrlContainer.visible = false; this._fillColorCtrlIcon.style["display"] = "none"; - this._fillColorCtrlIcon.visible = false; + this._fillColorCtrlIcon.visible = false; this.endDivider.style["display"] = "none"; } else { this._fillColorCtrlContainer.style["display"] = ""; diff --git a/js/components/tools-properties/tag-properties.reel/tag-properties.js b/js/components/tools-properties/tag-properties.reel/tag-properties.js index ce122681..58d70105 100755 --- a/js/components/tools-properties/tag-properties.reel/tag-properties.js +++ b/js/components/tools-properties/tag-properties.reel/tag-properties.js @@ -74,7 +74,7 @@ var TagProperties = exports.TagProperties = Montage.create(ToolProperties, { value: function() { this.customName.style["display"] = "none"; this.customLabel.style["display"] = "none"; - + this.divElement.addEventListener("click", this, false); this.imageElement.addEventListener("click", this, false); this.videoElement.addEventListener("click", this, false); 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, { // { value: 7, text: "36pt" } // ]; // this.fontSize.contentController = this.fontSizes; - + this.fontSelection.items = ["Arial", "Arial Black", "Courier New", "Garamond", "Georgia", "Open Sans", "Tahoma", "Times New Roman", "Trebuchet MS", "Verdana"]; this.fontSize.items = ["8pt","10pt","12pt","14pt","18pt","24pt","36pt"]; this.tagType.items = ["div", "span", "p", "section", "article", "h1", "h2", "h3", "h4", "h5", "h6"]; @@ -120,7 +120,7 @@ exports.TextProperties = Montage.create(ToolProperties, { } }, - + handleAlignLeftAction: { value: function(e) { //this.alignLeft.value = false; diff --git a/js/components/tools-properties/tool-properties.js b/js/components/tools-properties/tool-properties.js index 58c2b052..51d18d21 100755 --- a/js/components/tools-properties/tool-properties.js +++ b/js/components/tools-properties/tool-properties.js @@ -32,7 +32,7 @@ var Montage = require("montage/core/core").Montage, Component = require("montage/ui/component").Component; exports.ToolProperties = Montage.create(Component, { - + _visible: { value: false, enumerable: false }, -- cgit v1.2.3 From 6803c0abd279fcb640c38b3881b751bab982cbe0 Mon Sep 17 00:00:00 2001 From: Kris Kowal Date: Fri, 6 Jul 2012 12:42:16 -0700 Subject: Remove trailing spaces --- .../binding-properties.reel/binding-properties.html | 4 ++-- .../tools-properties/brush-properties.reel/brush-properties.css | 2 +- .../tools-properties/eraser-properties.reel/eraser-properties.html | 2 +- .../eyedropper-properties.reel/eyedropper-properties.html | 2 +- .../ink-bottle-properties.reel/ink-bottle-properties.html | 2 +- .../tools-properties/oval-properties.reel/oval-properties.css | 4 ++-- .../rotate-stage-properties.reel/rotate-stage-properties.html | 2 +- .../selection-properties.reel/selection-properties.html | 2 +- .../tools-properties/shape-properties.reel/shape-properties.css | 2 +- .../tools-properties/shape-properties.reel/shape-properties.html | 6 +++--- .../tools-properties/tag-properties.reel/tag-properties.html | 2 +- .../tools-properties/text-properties.reel/text-properties.html | 4 ++-- .../tools-properties/zoom-properties.reel/zoom-properties.html | 4 ++-- 13 files changed, 19 insertions(+), 19 deletions(-) (limited to 'js/components/tools-properties') diff --git a/js/components/tools-properties/binding-properties.reel/binding-properties.html b/js/components/tools-properties/binding-properties.reel/binding-properties.html index 2269850c..a95bb52c 100755 --- a/js/components/tools-properties/binding-properties.reel/binding-properties.html +++ b/js/components/tools-properties/binding-properties.reel/binding-properties.html @@ -44,7 +44,7 @@ POSSIBILITY OF SUCH DAMAGE. } } - + @@ -56,4 +56,4 @@ POSSIBILITY OF SUCH DAMAGE. - + diff --git a/js/components/tools-properties/brush-properties.reel/brush-properties.css b/js/components/tools-properties/brush-properties.reel/brush-properties.css index 625887d6..a129fd37 100755 --- a/js/components/tools-properties/brush-properties.reel/brush-properties.css +++ b/js/components/tools-properties/brush-properties.reel/brush-properties.css @@ -27,5 +27,5 @@ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ - + diff --git a/js/components/tools-properties/eraser-properties.reel/eraser-properties.html b/js/components/tools-properties/eraser-properties.reel/eraser-properties.html index d9ebe6bc..0a500fa2 100755 --- a/js/components/tools-properties/eraser-properties.reel/eraser-properties.html +++ b/js/components/tools-properties/eraser-properties.reel/eraser-properties.html @@ -44,7 +44,7 @@ POSSIBILITY OF SUCH DAMAGE. } } - + diff --git a/js/components/tools-properties/eyedropper-properties.reel/eyedropper-properties.html b/js/components/tools-properties/eyedropper-properties.reel/eyedropper-properties.html index f2573df9..0cff6a02 100755 --- a/js/components/tools-properties/eyedropper-properties.reel/eyedropper-properties.html +++ b/js/components/tools-properties/eyedropper-properties.reel/eyedropper-properties.html @@ -44,7 +44,7 @@ POSSIBILITY OF SUCH DAMAGE. } } - + diff --git a/js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.html b/js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.html index f6100282..8fafe616 100755 --- a/js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.html +++ b/js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.html @@ -166,7 +166,7 @@ POSSIBILITY OF SUCH DAMAGE. } } - + diff --git a/js/components/tools-properties/oval-properties.reel/oval-properties.css b/js/components/tools-properties/oval-properties.reel/oval-properties.css index f75355c6..a6fff483 100755 --- a/js/components/tools-properties/oval-properties.reel/oval-properties.css +++ b/js/components/tools-properties/oval-properties.reel/oval-properties.css @@ -33,9 +33,9 @@ POSSIBILITY OF SUCH DAMAGE. .ovalProperties hottextunit { width: 22px; -} +} .ovalProperties label { margin-left: 6px; margin-right: 6px; -} +} diff --git a/js/components/tools-properties/rotate-stage-properties.reel/rotate-stage-properties.html b/js/components/tools-properties/rotate-stage-properties.reel/rotate-stage-properties.html index 08418d31..3b8efed0 100755 --- a/js/components/tools-properties/rotate-stage-properties.reel/rotate-stage-properties.html +++ b/js/components/tools-properties/rotate-stage-properties.reel/rotate-stage-properties.html @@ -44,7 +44,7 @@ POSSIBILITY OF SUCH DAMAGE. } } - + diff --git a/js/components/tools-properties/selection-properties.reel/selection-properties.html b/js/components/tools-properties/selection-properties.reel/selection-properties.html index 239f24b0..f3581ac8 100755 --- a/js/components/tools-properties/selection-properties.reel/selection-properties.html +++ b/js/components/tools-properties/selection-properties.reel/selection-properties.html @@ -41,7 +41,7 @@ POSSIBILITY OF SUCH DAMAGE. "properties": { "element": {"#": "selectionProperties"}, "transform": {"#": "transformCheck"}, - + "topAlign": {"#": "topAlignBtn"}, "middleAlign": {"#": "middleAlignBtn"}, "bottomAlign": {"#": "bottomAlignBtn"}, diff --git a/js/components/tools-properties/shape-properties.reel/shape-properties.css b/js/components/tools-properties/shape-properties.reel/shape-properties.css index 8660bee2..1e34bc9f 100755 --- a/js/components/tools-properties/shape-properties.reel/shape-properties.css +++ b/js/components/tools-properties/shape-properties.reel/shape-properties.css @@ -27,7 +27,7 @@ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ - + .optionsShapeTool select.nj-skinned { margin-top: 2px; } diff --git a/js/components/tools-properties/shape-properties.reel/shape-properties.html b/js/components/tools-properties/shape-properties.reel/shape-properties.html index 220a91a3..c2818d9c 100755 --- a/js/components/tools-properties/shape-properties.reel/shape-properties.html +++ b/js/components/tools-properties/shape-properties.reel/shape-properties.html @@ -70,7 +70,7 @@ POSSIBILITY OF SUCH DAMAGE. "value": 1, "decimalPlace": 10, "acceptableUnits": ["px", "pt"] - + } }, @@ -150,7 +150,7 @@ POSSIBILITY OF SUCH DAMAGE. } - + @@ -182,7 +182,7 @@ POSSIBILITY OF SUCH DAMAGE.
+