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:
parent
b704350079
commit
bf8dbdb413
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user