From 8f1a8fa65f4f473af9f6c9ed9f8e870d9bd3d62b Mon Sep 17 00:00:00 2001 From: Seth Chaiklin Date: Thu, 29 Oct 2020 00:18:16 +0200 Subject: update guide to adding buttons to toolbars -change headings of the sections -update names in Toolbar dialog box -update procedure for adding commands -update to:

,

, Change-Id: I0fbb3bd255f94b68909409cf5e558b8764ed9e06 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/104954 Reviewed-by: Seth Chaiklin Reviewed-by: Olivier Hallot Tested-by: Jenkins --- source/text/shared/guide/edit_symbolbar.xhp | 31 +++++++++++++++-------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/source/text/shared/guide/edit_symbolbar.xhp b/source/text/shared/guide/edit_symbolbar.xhp index 8f0094d9bc..71c649e011 100644 --- a/source/text/shared/guide/edit_symbolbar.xhp +++ b/source/text/shared/guide/edit_symbolbar.xhp @@ -1,7 +1,5 @@ - - - + - - -Adding Buttons to Toolbars +Adding Buttons to Toolbars /text/shared/guide/edit_symbolbar.xhp @@ -38,26 +34,31 @@ -Adding Buttons to Toolbars - +

Adding Buttons to Toolbars

-To add a button to a toolbar: -Open the context menu of the toolbar (right click) and choose Visible Buttons and then select the button you want to display. +

To make a button visible on a toolbar

+Open the context menu of the toolbar (right click) and choose Visible Buttons and then select the button you want to display.
Opens a dialog where you can add, edit, and remove icons. -To add a button to the list of Visible Buttons: +

To add a button to a toolbar

-Choose Tools - Customize, and click on the Toolbars tab. +Choose Tools - Customize, and click on the Toolbars tab. + + +In the Target box, select the toolbar you want to change. + + +Select the command to be added in the Available Commands box. (Use the Category and/or Search boxes to restrict possibilities.) -In the Toolbars box, select the toolbar you want to change. +Click the Right Arrow icon to add the selected command. -Click Add Commands , select the new command, then click Add. +The check box in the Assigned Commands list controls whether the command is visible on the toolbar. -If you want, you can rearrange the Commands list by selecting a command name and clicking Move Up and Move Down. +You can rearrange the Assigned Commands list by selecting a command name and clicking Move Up and Move Down. Click OK. -- cgit