From: Daniel Ramoeller Date: Fri, 13 Oct 2023 07:17:39 +0000 (+0200) Subject: Add separator between depth and inset stuff X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=58b4b6f4d59b37c629b3e45bf421ec70c1edf1cc;p=features.git 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. --- 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