diff options
Diffstat (limited to 'js/components/tools-properties/selection-properties.reel/selection-properties.html')
-rwxr-xr-x | js/components/tools-properties/selection-properties.reel/selection-properties.html | 6 |
1 files changed, 3 insertions, 3 deletions
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..ff80a1d9 100755 --- a/js/components/tools-properties/selection-properties.reel/selection-properties.html +++ b/js/components/tools-properties/selection-properties.reel/selection-properties.html | |||
@@ -1,4 +1,4 @@ | |||
1 | <!DOCTYPE HTML> | 1 | <!doctype html> |
2 | <!-- <copyright> | 2 | <!-- <copyright> |
3 | Copyright (c) 2012, Motorola Mobility, Inc | 3 | Copyright (c) 2012, Motorola Mobility, Inc |
4 | All Rights Reserved. | 4 | All Rights Reserved. |
@@ -41,7 +41,7 @@ POSSIBILITY OF SUCH DAMAGE. | |||
41 | "properties": { | 41 | "properties": { |
42 | "element": {"#": "selectionProperties"}, | 42 | "element": {"#": "selectionProperties"}, |
43 | "transform": {"#": "transformCheck"}, | 43 | "transform": {"#": "transformCheck"}, |
44 | 44 | ||
45 | "topAlign": {"#": "topAlignBtn"}, | 45 | "topAlign": {"#": "topAlignBtn"}, |
46 | "middleAlign": {"#": "middleAlignBtn"}, | 46 | "middleAlign": {"#": "middleAlignBtn"}, |
47 | "bottomAlign": {"#": "bottomAlignBtn"}, | 47 | "bottomAlign": {"#": "bottomAlignBtn"}, |
@@ -64,7 +64,7 @@ POSSIBILITY OF SUCH DAMAGE. | |||
64 | "arrangeSendToBack": {"#": "arrangeSendToBackBtn"} | 64 | "arrangeSendToBack": {"#": "arrangeSendToBackBtn"} |
65 | } | 65 | } |
66 | } | 66 | } |
67 | } | 67 | } |
68 | </script> | 68 | </script> |
69 | 69 | ||
70 | </head> | 70 | </head> |