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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user