mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
11ce580d11
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21337 a592a061-630c-0410-9148-cb99ea01b6c8
45 lines
1.2 KiB
XML
45 lines
1.2 KiB
XML
# -*- text -*-
|
|
|
|
# file default.ui
|
|
# This file is part of LyX, the document processor.
|
|
# Licence details can be found in the file COPYING.
|
|
|
|
# author John Levon
|
|
|
|
# Full author contact details are available in file CREDITS.
|
|
|
|
# This is the default LyX user interface definition file.
|
|
# The syntax should be straightforward enough.
|
|
|
|
# The interface is designed (partially) following the KDE Human Interface
|
|
# Guidelines (http://usability.kde.org/hig/)
|
|
|
|
Include "stdmenus.inc"
|
|
|
|
Include "stdtoolbars.inc"
|
|
|
|
# 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"
|
|
"view/update" "on,top"
|
|
"extra" "on,top"
|
|
"review" "review,top"
|
|
"table" "table,bottom"
|
|
"math_panels" "math,bottom"
|
|
"math" "math,bottom"
|
|
"math_macros" "off,bottom"
|
|
"minibuffer" "off,bottom"
|
|
End
|