diff --git a/src/kits/interface/MenuItem.cpp b/src/kits/interface/MenuItem.cpp index 00886e9d4f..a0229a0514 100644 --- a/src/kits/interface/MenuItem.cpp +++ b/src/kits/interface/MenuItem.cpp @@ -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;