From 560d9255ed1bba04f3dc3f4320307f7d5626bfab Mon Sep 17 00:00:00 2001 From: Eric Guzman Date: Thu, 3 May 2012 11:49:24 -0700 Subject: CSS Panel - Support showing computed styles --- .../styles-view-container.reel/styles-view-container.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'js/panels/css-panel/styles-view-container.reel/styles-view-container.html') 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 "properties" : { "element" : {"#" : "container"}, "ruleListContainer": {"@": "ruleListContainer" }, - "substitution": {"@": "substitution" } + "computedStyleView": {"@": "computedStyleView" }, + "substitution": {"@": "substitution" }, + "toolbar": {"@": "toolbar"} } }, "substitution": { @@ -65,6 +67,11 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot { "title": "Add", "identifier": "add" + }, + { + "title": "Computed Styles", + "identifier": "computed", + "leftAlign": true } ] } -- cgit v1.2.3