From: Stefan Schimanski Date: Fri, 29 Feb 2008 09:18:21 +0000 (+0000) Subject: * enable auto again. See r22655. The three flags math, table, mathmacrotemplate only... X-Git-Tag: 1.6.10~5982 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=e936a451daea3e612f6ce8dd5b1f5abc2ed5c312;p=lyx.git * enable auto again. See r22655. The three flags math, table, mathmacrotemplate only specify when the toolbar is shown in auto mode. But you still have to enable "auto" explicitly. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23348 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/ui/default.ui b/lib/ui/default.ui index bf82cd843c..f75755bd9a 100644 --- a/lib/ui/default.ui +++ b/lib/ui/default.ui @@ -24,9 +24,13 @@ Include "stdtoolbars.inc" # # on: the toolbar is visible # off: the toolbar is not visible +# auto: the toolbar is automatically shown and hidden depending on the +# next 3 flags. +# # math: the toolbar is visible only when in math # mathmacrotemplate: the toolbar is visible only when in a macro definition # table: the toolbar is visible only when in a table +# # top: the toolbar should be at the top of the window # bottom: the toolbar should be at the bottom of the window # left: the toolbar should be at the left of the window @@ -40,6 +44,6 @@ Toolbars "table" "table,bottom" "math_panels" "math,bottom" "math" "math,bottom" - "mathmacrotemplate" "mathmacrotemplate,bottom" + "mathmacrotemplate" "auto,mathmacrotemplate,bottom" "minibuffer" "off,bottom" End