diff options
author | Valerio Virgillito | 2012-04-30 15:34:16 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-04-30 15:34:16 -0700 |
commit | b8dc3c42715274e61b34dc3c65e023078123f2e2 (patch) | |
tree | e9fdd36e82326b1b87930410b89f8c8a10bd8510 /js/components/tools-properties/pen-properties.reel/pen-properties.html | |
parent | e46d154b7821741618bf999c9216761ea36ad003 (diff) | |
download | ninja-b8dc3c42715274e61b34dc3c65e023078123f2e2.tar.gz |
fixing the menu and tool properties
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/components/tools-properties/pen-properties.reel/pen-properties.html')
-rwxr-xr-x | js/components/tools-properties/pen-properties.reel/pen-properties.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/components/tools-properties/pen-properties.reel/pen-properties.html b/js/components/tools-properties/pen-properties.reel/pen-properties.html index e835f69d..b3221456 100755 --- a/js/components/tools-properties/pen-properties.reel/pen-properties.html +++ b/js/components/tools-properties/pen-properties.reel/pen-properties.html | |||
@@ -38,9 +38,9 @@ | |||
38 | 38 | ||
39 | <body> | 39 | <body> |
40 | <div data-montage-id="penProperties" class="subToolHolderPanel"> | 40 | <div data-montage-id="penProperties" class="subToolHolderPanel"> |
41 | <div id="strokesContainer" class="leftLabel" style="margin-left:25px; padding-top: 3px;"> | 41 | <div da="strokesContainer" class="leftLabel" style="margin-left:25px; padding-top: 3px;"> |
42 | <label class="label"> Stroke:</label> | 42 | <label class="label"> Stroke:</label> |
43 | <div id="strokeSize" class="label"></div> | 43 | <div data-montage-id="strokeSize" class="label"></div> |
44 | </div> | 44 | </div> |
45 | </div> | 45 | </div> |
46 | </body> | 46 | </body> |