]> git.lyx.org Git - lyx.git/commitdiff
* enable auto again. See r22655. The three flags math, table, mathmacrotemplate only...
authorStefan Schimanski <sts@lyx.org>
Fri, 29 Feb 2008 09:18:21 +0000 (09:18 +0000)
committerStefan Schimanski <sts@lyx.org>
Fri, 29 Feb 2008 09:18:21 +0000 (09:18 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23348 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ui/default.ui

index bf82cd843ce1367097f770a1c110c71f04e3d0c9..f75755bd9ae9d8607ec879cfc0517d749f0fa65e 100644 (file)
@@ -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