stdtoolbars.inc: move the placeholders to the math spacings

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@21775 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2007-11-25 18:18:26 +00:00
parent a6754690f9
commit 3ca9901dbb
2 changed files with 2 additions and 5 deletions

View File

@ -194,7 +194,6 @@ ToolbarSet
Toolbar "math_panels" "Math Panels"
PopupMenu "space" "Math Spacings"
PopupMenu "phantom" "Placeholders"
PopupMenu "style" "Styles"
PopupMenu "frac-square" "Fractions"
PopupMenu "font" "Fonts"
@ -257,9 +256,6 @@ ToolbarSet
Item "Quadratin space \\quad" "math-insert \quad"
Item "Double quadratin space \\qquad" "math-insert \qquad"
Item "Negative space \\!" "math-insert \!"
End
Toolbar "phantom" "Placeholders"
Item "Placeholder \\phantom" "math-insert \phantom"
Item "Horizontal placeholder \\hphantom" "math-insert \hphantom"
Item "Vertical placeholder \\vphantom" "math-insert \vphantom"

View File

@ -75,7 +75,8 @@ What's new
- Inset-dissolve now works in mathed.
- The math toolbar has a new button for placeholders.
- Placeholders have been moved from the miscellaneous to the spacings section
in the math toolbar.
** Bug fixes: