]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/stdtoolbars.ui
Move the toolbar flags setting into a separate section to allow the
[lyx.git] / lib / ui / stdtoolbars.ui
index 110fc4c358395dd9a65920625e946e07f68cb210..4cadcc909d417976999e4e2be31f9dc0aa983c7d 100644 (file)
@@ -1,17 +1,6 @@
 # A Toolbar starts like :
 #
-# Toolbar "Name" "on" 
-#
-# The second parameter are the flags :
-#
-# on: the toolbar is visible
-# off: the toolbar is not visible
-# math: the toolbar is visible only when in math
-# 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
-# right: the toolbar should be at the right of the window
+# Toolbar "Name"
 #
 # Only four commands are allowed inside the begin_toolbar and end_toolbar
 # directives: 
@@ -36,8 +25,6 @@
 #
 # This is the default toolbar:
 
-# slight rationalisations here
-
 Toolbar "Standard" "on,top"
        Layouts
        Item "New document" "buffer-new"
@@ -61,7 +48,7 @@ Toolbar "Standard" "on,top"
        Item "Insert table" "tabular-insert 4 4"
 End
 
-Toolbar "Extra" "off,top"
+Toolbar "Extra" "on,top"
        Item "Numbered list" "layout Enumerate"
        Item "Itemized list" "layout Itemize"
        Item "List" "layout List"
@@ -90,7 +77,7 @@ Toolbar "Extra" "off,top"
        Item "Thesaurus" "thesaurus-entry"
 End
 
-Toolbar "Table" "off,table,bottom"
+Toolbar "Table" "off,bottom"
        Item "Add row" "tabular-feature append-row"
        Item "Add column" "tabular-feature append-column"
        Item "Delete row" "tabular-feature delete-row"
@@ -115,7 +102,7 @@ Toolbar "Table" "off,table,bottom"
        Item "Set multi-column" "tabular-feature multicolumn"
 End
 
-Toolbar "Math" "off,math,bottom"
+Toolbar "Math" "off,bottom"
        Item "Show math panel" "math-panel"
        Item "Set display mode" "math-display"
        Item "Subscript" "math-subscript"