]> 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 718d4d11d92ea63d567400d8091611da6e010644..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"
@@ -84,7 +71,7 @@ Toolbar "Extra" "off,top"
        Item "Include file" "dialog-show-new-inset include"
        Separator
        Item "Text Style" "layout-character"
-       Item "Paragraph Style" "layout-paragraph"
+       Item "Paragraph Settings" "layout-paragraph"
        Item "Table of contents" "toc-view"
        Item "Check spelling" "spellchecker"
        Item "Thesaurus" "thesaurus-entry"