aboutsummaryrefslogtreecommitdiff
path: root/js/components/tools-properties/object3d-properties.reel
diff options
context:
space:
mode:
authorValerio Virgillito2012-04-30 15:34:16 -0700
committerValerio Virgillito2012-04-30 15:34:16 -0700
commitb8dc3c42715274e61b34dc3c65e023078123f2e2 (patch)
treee9fdd36e82326b1b87930410b89f8c8a10bd8510 /js/components/tools-properties/object3d-properties.reel
parente46d154b7821741618bf999c9216761ea36ad003 (diff)
downloadninja-b8dc3c42715274e61b34dc3c65e023078123f2e2.tar.gz
fixing the menu and tool properties
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/components/tools-properties/object3d-properties.reel')
-rwxr-xr-xjs/components/tools-properties/object3d-properties.reel/object3d-properties.html6
1 files changed, 3 insertions, 3 deletions
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 58c29db5..1c9505a0 100755
--- a/js/components/tools-properties/object3d-properties.reel/object3d-properties.html
+++ b/js/components/tools-properties/object3d-properties.reel/object3d-properties.html
@@ -29,10 +29,10 @@
29 </head> 29 </head>
30 30
31 <body> 31 <body>
32 <div id="object3DProperties" class="subToolHolderPanel"> 32 <div data-montage-id="object3DProperties" class="subToolHolderPanel">
33 <div id="rotateObjectToolContainer" class="tagRadioButtons"> 33 <div id="rotateObjectToolContainer" class="tagRadioButtons">
34 <input type="radio" id="rotateLocally" class="tag-type" title="Rotate Locally" name="rotateObject" checked/> 34 <input type="radio" data-montage-id="rotateLocally" id="rotateLocally" class="tag-type" title="Rotate Locally" name="rotateObject" checked/>
35 <input type="radio" id="rotateGlobally" class="tag-type" title="Rotate Globally" name="rotateObject"/> 35 <input type="radio" data-montage-id="rotateGlobally" id="rotateGlobally" class="tag-type" title="Rotate Globally" name="rotateObject"/>
36 </div> 36 </div>
37 </div> 37 </div>
38 </body> 38 </body>