]> git.lyx.org Git - features.git/commitdiff
default.ui: let the toolbars appear when needed
authorUwe Stöhr <uwestoehr@web.de>
Sat, 1 Mar 2008 15:20:43 +0000 (15:20 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Sat, 1 Mar 2008 15:20:43 +0000 (15:20 +0000)
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

index f75755bd9ae9d8607ec879cfc0517d749f0fa65e..43f522473d07f31e1de8d10707f230997d2dcee7 100644 (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