]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/default.ui
Fix the configure script. Python apparently does not like tabs as much as spaces.
[lyx.git] / lib / ui / default.ui
index bf82cd843ce1367097f770a1c110c71f04e3d0c9..a3ec300b09bb6572aef243e22de73e87e42b127f 100644 (file)
@@ -16,6 +16,8 @@
 
 Include "stdmenus.inc"
 
+Include "stdcontext.inc"
+
 Include "stdtoolbars.inc"
 
 # Which toolbars to use.
@@ -24,22 +26,31 @@ 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
+# review: the toolbar is visible only when inside a tracked change
+#
 # 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
 # right: the toolbar should be at the right of the window
 #
+# samerow: do not create new line for this toolbar
+#        (note that order of toolbars is defined in stdtoolbars.inc)
+#
 Toolbars
        "standard" "on,top"
        "view/update" "on,top"
-       "extra" "on,top"
-       "review" "review,top"
-       "table" "table,bottom"
-       "math_panels" "math,bottom"
-       "math" "math,bottom"
-       "mathmacrotemplate" "mathmacrotemplate,bottom"
+       "extra" "on,top,samerow"
+       "review" "auto,review,top"
+       "vcs" "off,top"
+       "table" "auto,table,bottom"
+       "math_panels" "auto,math,bottom"
+       "math" "auto,math,bottom"
+       "mathmacrotemplate" "auto,mathmacrotemplate,bottom"
        "minibuffer" "off,bottom"
 End