mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 19:14:51 +00:00
Add dissolving to insets context menu.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24114 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1a0878c851
commit
ff473c9787
@ -104,6 +104,7 @@ Menuset
|
|||||||
OptItem "Open Inset|O" "next-inset-toggle open"
|
OptItem "Open Inset|O" "next-inset-toggle open"
|
||||||
OptItem "Close Inset|C" "next-inset-toggle close"
|
OptItem "Close Inset|C" "next-inset-toggle close"
|
||||||
Separator
|
Separator
|
||||||
|
Item "Dissolve Inset|D" "inset-dissolve"
|
||||||
OptItem "Settings...|S" "inset-settings"
|
OptItem "Settings...|S" "inset-settings"
|
||||||
End
|
End
|
||||||
|
|
||||||
@ -128,6 +129,7 @@ Menuset
|
|||||||
Item "Shaded background|b" "next-inset-modify changetype Shaded"
|
Item "Shaded background|b" "next-inset-modify changetype Shaded"
|
||||||
Item "Double frame|D" "next-inset-modify changetype Doublebox"
|
Item "Double frame|D" "next-inset-modify changetype Doublebox"
|
||||||
Separator
|
Separator
|
||||||
|
Item "Dissolve Inset|D" "inset-dissolve"
|
||||||
Item "Settings...|S" "inset-settings box"
|
Item "Settings...|S" "inset-settings box"
|
||||||
End
|
End
|
||||||
|
|
||||||
@ -139,6 +141,8 @@ Menuset
|
|||||||
Item "LyX Note|N" "next-inset-modify note Note Note"
|
Item "LyX Note|N" "next-inset-modify note Note Note"
|
||||||
Item "Comment|C" "next-inset-modify note Note Comment"
|
Item "Comment|C" "next-inset-modify note Note Comment"
|
||||||
Item "Greyed Out|G" "next-inset-modify note Note Greyedout"
|
Item "Greyed Out|G" "next-inset-modify note Note Greyedout"
|
||||||
|
Separator
|
||||||
|
Item "Dissolve Inset|D" "inset-dissolve"
|
||||||
End
|
End
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user