From 5ee0f9372b520e4c012af91b6d9a77528f70544a Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Mon, 23 Feb 2015 19:27:47 -0800 Subject: [PATCH] [Fixed Position] Fix appearance of Remove button Update appearance of Remove button in Fixed Position view to match UI docs, WTD-881. --- platform/features/layout/bundle.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/platform/features/layout/bundle.json b/platform/features/layout/bundle.json index cd7426c04c..399399ce80 100644 --- a/platform/features/layout/bundle.json +++ b/platform/features/layout/bundle.json @@ -140,8 +140,7 @@ { "method": "remove", "control": "button", - "text": "Remove", - "inclusive": true + "glyph": "Z" } ] }