From 58b4b6f4d59b37c629b3e45bf421ec70c1edf1cc Mon Sep 17 00:00:00 2001 From: Daniel Ramoeller Date: Fri, 13 Oct 2023 09:17:39 +0200 Subject: [PATCH] Add separator between depth and inset stuff Adds a separator that is missing between depth increase/decrease and inset stuff in the Edit menu Fix for bug #12931. --- lib/ui/stdmenus.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ui/stdmenus.inc b/lib/ui/stdmenus.inc index a69189c0a0..93db305124 100644 --- a/lib/ui/stdmenus.inc +++ b/lib/ui/stdmenus.inc @@ -138,6 +138,7 @@ Menuset # obvious what the context is for the others) OptItem "Increase List Depth|I" "depth-increment" OptItem "Decrease List Depth|D" "depth-decrement" + Separator OptItem "Dissolve Inset" "inset-dissolve" OptItem "TeX Code Settings...|C" "inset-settings ert" # 'a' shortcut to match Insert entry, shouldn't clash with Table Settings -- 2.39.5