From: Pavel Sanda Date: Mon, 17 Mar 2008 14:11:21 +0000 (+0000) Subject: Add fullscreen to context menu, so returning back is possible X-Git-Tag: 1.6.10~5587 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=5f51e1c9af1507c71b8b8be8b3fc92e9722d9e39;p=features.git Add fullscreen to context menu, so returning back is possible even without shortcut. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23791 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/ui/stdmenus.inc b/lib/ui/stdmenus.inc index 5ce77530bc..34d53c95e1 100644 --- a/lib/ui/stdmenus.inc +++ b/lib/ui/stdmenus.inc @@ -573,6 +573,8 @@ Menuset Item "Apply Last Text Style|A" "font-free-apply" Submenu "Text Style|S" "edit_textstyles" Item "Paragraph Settings...|P" "layout-paragraph" + Separator + Item "Fullscreen Mode" "ui-toggle fullscreen" End Menu "context-math-macro-definition"