default.ui: let the toolbars appear when needed

This was often requested by users so that I already implemented this in the alternative installer.
This furthermore avoids questions on the lyx-users list (we had several times questions about "Where is the math toolbar when I'm in math?" etc.)
(This toolbar behavior is also used e.g. by OpenOffice or Word.)

As this topic now arises again with the macro toolbar
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg136267.html
and nobody objected, I implemented this now.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23370 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2008-03-01 15:20:43 +00:00
parent 0ab7a8dce3
commit ab62620666

View File

@ -38,12 +38,12 @@ Include "stdtoolbars.inc"
#
Toolbars
"standard" "on,top"
"view/update" "on,top"
"view/update" "on,right"
"extra" "on,top"
"review" "review,top"
"table" "table,bottom"
"math_panels" "math,bottom"
"math" "math,bottom"
"review" "auto,review,top"
"table" "auto,table,bottom"
"math_panels" "auto,math,bottom"
"math" "auto,math,bottom"
"mathmacrotemplate" "auto,mathmacrotemplate,bottom"
"minibuffer" "off,bottom"
End