From 58abb0fd301c235ea3f8d2a00be299ca0e9c7a8e Mon Sep 17 00:00:00 2001 From: Muhammet Kara Date: Thu, 8 Sep 2016 11:40:52 +0300 Subject: tdf#82840 Add radio buttons for toolbar styles Add 'Icons Only', 'Text Only', and 'Icons & Text' radio buttons to the 'Toolbar' tab of the 'Customize' dialog. And remove the corresponding items from the 'Toolbar' menu button. Also removed some unused literals and code pieces. This patch is towards achieving the design and functionality suggested in the related bug report. Change-Id: I072b05ae64817e93c0dbd5fb434126b525c2fd48 Reviewed-on: https://gerrit.libreoffice.org/28773 Reviewed-by: Samuel Mehrbrodt Tested-by: Samuel Mehrbrodt --- cui/source/customize/cfg.hrc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'cui/source/customize/cfg.hrc') diff --git a/cui/source/customize/cfg.hrc b/cui/source/customize/cfg.hrc index 486206f9b9ea..5f7a37413a89 100644 --- a/cui/source/customize/cfg.hrc +++ b/cui/source/customize/cfg.hrc @@ -24,11 +24,6 @@ #define ID_DELETE (44 + CFG_OFFSET) // There is a gap here -#define ID_ICONS_ONLY (48 + CFG_OFFSET) -#define ID_ICONS_AND_TEXT (49 + CFG_OFFSET) -#define ID_ICON_ONLY (50 + CFG_OFFSET) -#define ID_ICON_AND_TEXT (51 + CFG_OFFSET) -#define ID_TEXT_ONLY (52 + CFG_OFFSET) #define ID_CHANGE_SYMBOL (53 + CFG_OFFSET) #define ID_RESET_SYMBOL (54 + CFG_OFFSET) #define ID_DEFAULT_COMMAND (55 + CFG_OFFSET) -- cgit