summaryrefslogtreecommitdiff
path: root/cui/source/customize/cfg.src
diff options
context:
space:
mode:
authorMuhammet Kara <muhammet.kara@pardus.org.tr>2016-09-08 11:40:52 +0300
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2016-09-15 17:04:07 +0000
commit58abb0fd301c235ea3f8d2a00be299ca0e9c7a8e (patch)
treee8f9c20c0b285491b6c9bea14c7278327e894c23 /cui/source/customize/cfg.src
parent51e1f98e5a9817e7bdb740dd0dacfe5f49b6f07f (diff)
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 <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'cui/source/customize/cfg.src')
-rw-r--r--cui/source/customize/cfg.src29
1 files changed, 0 insertions, 29 deletions
diff --git a/cui/source/customize/cfg.src b/cui/source/customize/cfg.src
index d09241dd31e9..48f60dadd8c1 100644
--- a/cui/source/customize/cfg.src
+++ b/cui/source/customize/cfg.src
@@ -40,31 +40,6 @@ Menu MODIFY_TOOLBAR
Identifier = ID_DELETE ;
TEXT_DELETE_NODOTS
};
- MenuItem
- {
- Separator = TRUE ;
- };
- MenuItem
- {
- Identifier = ID_ICONS_ONLY ;
- RadioCheck = TRUE ;
- AutoCheck = TRUE ;
- Text [ en-US ] = "Icons Only" ;
- };
- MenuItem
- {
- Identifier = ID_TEXT_ONLY ;
- RadioCheck = TRUE ;
- AutoCheck = TRUE ;
- Text [ en-US ] = "Text only" ;
- };
- MenuItem
- {
- Identifier = ID_ICONS_AND_TEXT ;
- RadioCheck = TRUE ;
- AutoCheck = TRUE ;
- Text [ en-US ] = "Icons & Text" ;
- };
};
};
@@ -88,10 +63,6 @@ Menu MODIFY_TOOLBAR_CONTENT
};
MenuItem
{
- Separator = TRUE ;
- };
- MenuItem
- {
Identifier = ID_CHANGE_SYMBOL ;
Text [ en-US ] = "Change Icon..." ;
};