draw shortcut char and bitmaps one pixel higher

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16815 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini
2006-03-16 11:11:28 +00:00
parent cc87b419b8
commit 698e0e3fa7
+1 -1
View File
@@ -692,7 +692,7 @@ void
BMenuItem::DrawShortcutSymbol()
{
// TODO: Review this
BPoint where(ContentLocation() + BPoint(fBounds.Width() - 28.0f, fBounds.Height() - 4.0f));
BPoint where(ContentLocation() + BPoint(fBounds.Width() - 28.0f, fBounds.Height() - 5.0f));
if (fSubmenu)
where.x -= 12;