From 0de06b0594e2254d5764830281bb03934c5fdb49 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Fri, 20 Feb 2015 16:30:00 -0800 Subject: [PATCH] [Fixed Position] Specify glyph for Add Specify glyph for the Add button in the Fixed Position view's toolbar, WTD-880. --- platform/features/layout/bundle.json | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/features/layout/bundle.json b/platform/features/layout/bundle.json index 7a99fcbb0b..d7fb512219 100644 --- a/platform/features/layout/bundle.json +++ b/platform/features/layout/bundle.json @@ -26,6 +26,7 @@ "items": [ { "method": "add", + "glyph": "+", "control": "menu-button", "text": "Add", "inclusive": true,