diff options
Diffstat (limited to 'js/panels/css-panel/styles-view-container.reel/styles-view-container.html')
-rw-r--r-- | js/panels/css-panel/styles-view-container.reel/styles-view-container.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/js/panels/css-panel/styles-view-container.reel/styles-view-container.html b/js/panels/css-panel/styles-view-container.reel/styles-view-container.html index 658a8bac..9868f486 100644 --- a/js/panels/css-panel/styles-view-container.reel/styles-view-container.html +++ b/js/panels/css-panel/styles-view-container.reel/styles-view-container.html | |||
@@ -16,7 +16,9 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
16 | "properties" : { | 16 | "properties" : { |
17 | "element" : {"#" : "container"}, | 17 | "element" : {"#" : "container"}, |
18 | "ruleListContainer": {"@": "ruleListContainer" }, | 18 | "ruleListContainer": {"@": "ruleListContainer" }, |
19 | "substitution": {"@": "substitution" } | 19 | "computedStyleView": {"@": "computedStyleView" }, |
20 | "substitution": {"@": "substitution" }, | ||
21 | "toolbar": {"@": "toolbar"} | ||
20 | } | 22 | } |
21 | }, | 23 | }, |
22 | "substitution": { | 24 | "substitution": { |
@@ -65,6 +67,11 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
65 | { | 67 | { |
66 | "title": "Add", | 68 | "title": "Add", |
67 | "identifier": "add" | 69 | "identifier": "add" |
70 | }, | ||
71 | { | ||
72 | "title": "Computed Styles", | ||
73 | "identifier": "computed", | ||
74 | "leftAlign": true | ||
68 | } | 75 | } |
69 | ] | 76 | ] |
70 | } | 77 | } |