Draw the shortcut character a bit more to the right, in line with the menu symbol

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16694 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2006-03-10 22:50:34 +00:00
parent b704350079
commit bf8dbdb413

View File

@ -696,7 +696,7 @@ void
BMenuItem::DrawShortcutSymbol()
{
// TODO: Review this
BPoint where(ContentLocation() + BPoint(fBounds.Width() - 32.0f, fBounds.Height() - 4.0f));
BPoint where(ContentLocation() + BPoint(fBounds.Width() - 28.0f, fBounds.Height() - 4.0f));
if (fSubmenu)
where.x -= 12;