lyx_mirror/lib/ui/default.ui
John Levon 5a87c5379a Move the toolbar flags setting into a separate section to allow the
user to set them easily, as discussed


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7154 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-11 19:21:46 +00:00

28 lines
765 B
XML

# This is the default LyX user interface definition file. -*- text -*-
# The syntax should be straightforward enough.
Include "stdmenus.ui"
Include "stdtoolbars.ui"
# Which toolbars to use.
#
# 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
#
Toolbars
"Standard" "on,top"
"Extra" "on,top"
"Table" "off,bottom"
"Math" "off,bottom"
"Command Buffer" "off,bottom"
End