From e3ec9c6130cc6b7b82a6694833f08cf9f54c4586 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Wed, 1 Apr 2015 15:34:51 -0700 Subject: [PATCH] [Edit] Allow Edit Properties as a view-control action Allow Edit Properties as an action of the view-control category, WTD-1062. --- platform/commonUI/edit/bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/commonUI/edit/bundle.json b/platform/commonUI/edit/bundle.json index eccaeaf787..6a1f299747 100644 --- a/platform/commonUI/edit/bundle.json +++ b/platform/commonUI/edit/bundle.json @@ -34,7 +34,7 @@ }, { "key": "properties", - "category": "contextual", + "category": ["contextual", "view-control"], "implementation": "actions/PropertiesAction.js", "glyph": "p", "name": "Edit Properties...",