From 53bcb6c42fcb6f9ca6bf568a965c99d6c2b5ffb5 Mon Sep 17 00:00:00 2001 From: Rafael Lima Date: Thu, 9 Feb 2023 23:30:00 +0000 Subject: tdf#153352 Use Promote/Demote in Tabbed UI instead of Increase/Decrease indent As discussed in the ticket, the Tabbed UI of Impress/Draw uses the "Increase/Decrease indent" commands (.uno:DecrementIndent and .uno:IncrementIndent) which is confusing for the user. When the user clicks this command, they want actually to Promote/Demote the list level, so instead we should use the commands .uno:OutlineLeft and .uno:OutlineRight here instead. This patch makes the Tabbed UI more coherent with the sidebar, which uses the correct commands. Change-Id: I070b52e6fb31d348b1dd97c0ba28911f6e73590a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146705 Tested-by: Jenkins Tested-by: Heiko Tietze Reviewed-by: Heiko Tietze Reviewed-by: Rafael Lima --- sd/uiconfig/simpress/ui/notebookbar.ui | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sd/uiconfig/simpress/ui/notebookbar.ui') diff --git a/sd/uiconfig/simpress/ui/notebookbar.ui b/sd/uiconfig/simpress/ui/notebookbar.ui index 37c863e35bd6..73a2f160f86e 100644 --- a/sd/uiconfig/simpress/ui/notebookbar.ui +++ b/sd/uiconfig/simpress/ui/notebookbar.ui @@ -4214,11 +4214,11 @@ icons False - + True center True - .uno:IncrementIndent + .uno:OutlineRight False @@ -4226,11 +4226,11 @@ - + True center True - .uno:DecrementIndent + .uno:OutlineLeft False -- cgit