aboutsummaryrefslogtreecommitdiff
path: root/js/components/tools-properties/rect-properties.reel/rect-properties.html
diff options
context:
space:
mode:
authorValerio Virgillito2012-03-22 15:17:18 -0700
committerValerio Virgillito2012-03-22 15:17:18 -0700
commit5308a9404ef131ba6457eec840b017a3e436b9da (patch)
tree66ea560e862d4b8b22b7c20177d1d479793b23d4 /js/components/tools-properties/rect-properties.reel/rect-properties.html
parent291a79fde89f8f4d7e2e3225f7422ee8e5f6d998 (diff)
downloadninja-5308a9404ef131ba6457eec840b017a3e436b9da.tar.gz
Fixed the lock button for the shape properties bar
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/components/tools-properties/rect-properties.reel/rect-properties.html')
-rwxr-xr-xjs/components/tools-properties/rect-properties.reel/rect-properties.html15
1 files changed, 13 insertions, 2 deletions
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 214ff1d5..fd51b9ad 100755
--- a/js/components/tools-properties/rect-properties.reel/rect-properties.html
+++ b/js/components/tools-properties/rect-properties.reel/rect-properties.html
@@ -50,12 +50,22 @@
50 } 50 }
51 }, 51 },
52 52
53 "lockButton": {
54 "prototype": "montage/ui/toggle-button.reel",
55 "properties": {
56 "element": {"#": "lockButton"},
57 "pressedClass": "lockUp",
58 "preventFocus": true,
59 "identifier": "ratio"
60 }
61 },
62
53 "owner": { 63 "owner": {
54 "module": "js/components/tools-properties/rect-properties.reel", 64 "module": "js/components/tools-properties/rect-properties.reel",
55 "name": "RectProperties", 65 "name": "RectProperties",
56 "properties": { 66 "properties": {
57 "element": {"#": "rectProperties"}, 67 "element": {"#": "rectProperties"},
58 "lockButton": {"#": "lockButton"}, 68 "lockButton": {"@": "lockButton"},
59 "TLRadiusControl": {"@": "hottext1"}, 69 "TLRadiusControl": {"@": "hottext1"},
60 "TRRadiusControl": {"@": "hottext2"}, 70 "TRRadiusControl": {"@": "hottext2"},
61 "BLRadiusControl": {"@": "hottext3"}, 71 "BLRadiusControl": {"@": "hottext3"},
@@ -69,7 +79,8 @@
69 79
70 <body> 80 <body>
71 <div id="rectProperties" class="rectProperties"> 81 <div id="rectProperties" class="rectProperties">
72 <button id="lockButton" class="unselectable subToolButton button LockToolUp" style=" margin-left:20px"></button> 82 <!--<button id="lockButton" class="unselectable subToolButton button LockToolUp" style=" margin-left:20px"></button>-->
83 <button id="lockButton" class="unlock" style="margin-left:20px"></button>
73 <div id="TLRadiusLabel" class="unselectable subToolButton cornerRadius topLeft"></div> 84 <div id="TLRadiusLabel" class="unselectable subToolButton cornerRadius topLeft"></div>
74 <div id="TLRadiusControl" class="label"></div> 85 <div id="TLRadiusControl" class="label"></div>
75 <div id="TRRadiusLabel" class="unselectable subToolButton cornerRadius topRight"></div> 86 <div id="TRRadiusLabel" class="unselectable subToolButton cornerRadius topRight"></div>