mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
* enable auto again. See r22655. The three flags math, table, mathmacrotemplate only specify when the toolbar is shown in auto mode. But you still have to enable "auto" explicitly.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23348 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d1c74a4cd2
commit
e936a451da
@ -24,9 +24,13 @@ 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
|
||||
#
|
||||
# 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
|
||||
@ -40,6 +44,6 @@ Toolbars
|
||||
"table" "table,bottom"
|
||||
"math_panels" "math,bottom"
|
||||
"math" "math,bottom"
|
||||
"mathmacrotemplate" "mathmacrotemplate,bottom"
|
||||
"mathmacrotemplate" "auto,mathmacrotemplate,bottom"
|
||||
"minibuffer" "off,bottom"
|
||||
End
|
||||
|
Loading…
Reference in New Issue
Block a user