Le 13/05/2020 à 08:39, Jürgen Spitzmüller a écrit :
Am Dienstag, den 12.05.2020, 20:07 +0200 schrieb Jean-Marc Lasgouttes:
This would be the patch below

pas de patch ci-dessous

Le voilà Monseigneur.

JMarc



>From b7e528793f1801eaefb8a283fb34631a8d0ce591 Mon Sep 17 00:00:00 2001
From: Jean-Marc Lasgouttes <lasgout...@lyx.org>
Date: Tue, 12 May 2020 19:53:47 +0200
Subject: [PATCH] Use combined toolbar icons for depth-(in|de)crement and
 outline-(in|out)

The Tab binding already combines those (and more).
---
 lib/ui/stdtoolbars.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/ui/stdtoolbars.inc b/lib/ui/stdtoolbars.inc
index 481aa86bb0..ce773f3809 100644
--- a/lib/ui/stdtoolbars.inc
+++ b/lib/ui/stdtoolbars.inc
@@ -124,8 +124,8 @@ ToolbarSet
 		BidiItem "Labeled List" "layout-toggle Labeling"
 		BidiItem "Description" "layout-toggle Description"
 		BidiItem "Section" "layout-toggle Section"
-		BidiItem "Increase depth" "depth-increment"
-		BidiItem "Decrease depth" "depth-decrement"
+		BidiItem "Increase depth" "command-alternatives outline-in;depth-increment"
+		BidiItem "Decrease depth" "command-alternatives outline-out;depth-decrement"
 		Separator
 		Item "Insert figure float" "float-insert figure"
 		Item "Insert table float" "float-insert table"
-- 
2.25.1

-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to