From: Uwe Stöhr Date: Sat, 1 Mar 2008 15:20:43 +0000 (+0000) Subject: default.ui: let the toolbars appear when needed X-Git-Tag: 1.6.10~5966 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ab62620666840a0fb66668818d0145666b85ed20;p=features.git 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 --- diff --git a/lib/ui/default.ui b/lib/ui/default.ui index f75755bd9a..43f522473d 100644 --- a/lib/ui/default.ui +++ b/lib/ui/default.ui @@ -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