From ab62620666840a0fb66668818d0145666b85ed20 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Sat, 1 Mar 2008 15:20:43 +0000 Subject: [PATCH] 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 --- lib/ui/default.ui | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 2.39.2