diff options
author | Armen Kesablyan | 2012-02-15 14:23:19 -0800 |
---|---|---|
committer | Armen Kesablyan | 2012-02-15 14:23:19 -0800 |
commit | bb4da39a73cbd6fbe83f3b7c9ed5ae60fe58dd6b (patch) | |
tree | cae6abe170b5ac861747dcd6db5a7c19ab34858c /js/components/layout/tool-button.reel/tool-button.html | |
parent | ace16ef22b3ff32663504df7720af481d76987d6 (diff) | |
download | ninja-bb4da39a73cbd6fbe83f3b7c9ed5ae60fe58dd6b.tar.gz |
Tool Icons : New layout
Signed-off-by: Armen Kesablyan <armen@motorola.com>
Diffstat (limited to 'js/components/layout/tool-button.reel/tool-button.html')
-rw-r--r-- | js/components/layout/tool-button.reel/tool-button.html | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/js/components/layout/tool-button.reel/tool-button.html b/js/components/layout/tool-button.reel/tool-button.html index 81a9b927..476b66f3 100644 --- a/js/components/layout/tool-button.reel/tool-button.html +++ b/js/components/layout/tool-button.reel/tool-button.html | |||
@@ -16,8 +16,7 @@ | |||
16 | "module": "js/components/layout/tool-button.reel", | 16 | "module": "js/components/layout/tool-button.reel", |
17 | "name": "ToolButton", | 17 | "name": "ToolButton", |
18 | "properties": { | 18 | "properties": { |
19 | "element": {"#": "buttonBackground"}, | 19 | "element": {"#": "toolBarButton"} |
20 | "button": {"#": "toolBarButton"} | ||
21 | } | 20 | } |
22 | } | 21 | } |
23 | } | 22 | } |
@@ -27,9 +26,7 @@ | |||
27 | </head> | 26 | </head> |
28 | 27 | ||
29 | <body> | 28 | <body> |
30 | <div id="buttonBackground" class="buttonBackground"> | 29 | <div id="toolBarButton"></div> |
31 | <div id="toolBarButton" class="toolBarButton"></div> | ||
32 | </div> | ||
33 | </body> | 30 | </body> |
34 | 31 | ||
35 | </html> | 32 | </html> |