]> git.lyx.org Git - features.git/commitdiff
Revert r40742, since it broke the tooltips of the changed commands.
authorGeorg Baum <georg.baum@post.rwth-aachen.de>
Wed, 15 Feb 2012 20:18:21 +0000 (20:18 +0000)
committerGeorg Baum <georg.baum@post.rwth-aachen.de>
Wed, 15 Feb 2012 20:18:21 +0000 (20:18 +0000)
Apart from that it implies a tab width of 4, which is not used by everybody.
The other commands should probably be fixed as well, but I do not touch foreign code.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40756 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ui/stdtoolbars.inc

index 94b40443f2e6fbad7193c859298387f9ccceae3e..89ea0ad0f0d19e69ebd052206b9bb4e7be4f4ca1 100644 (file)
@@ -336,10 +336,10 @@ ToolbarSet
                Item "Phantom   \\phantom" "math-insert \phantom"
                Item "Horizontal phantom        \\hphantom" "math-insert \hphantom"
                Item "Vertical phantom  \\vphantom" "math-insert \vphantom"
-               Item "Smash     \\smash" "math-insert \smash"
-               Item "Left overlap      \\mathllap" "math-insert \mathllap"
-               Item "Center overlap    \\mathclap" "math-insert \mathclap"
-               Item "Right overlap     \\mathrlap" "math-insert \mathrlap"
+               Item "Smash \\smash" "math-insert \smash"
+               Item "Left overlap \\mathllap" "math-insert \mathllap"
+               Item "Center overlap \\mathclap" "math-insert \mathclap"
+               Item "Right overlap \\mathrlap" "math-insert \mathrlap"
        End
 
        Toolbar "sqrt-square" "Roots"