From bf8dbdb413880d9b715f11f83a0de729fa601e52 Mon Sep 17 00:00:00 2001 From: Stefano Ceccherini Date: Fri, 10 Mar 2006 22:50:34 +0000 Subject: [PATCH] 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 --- src/kits/interface/MenuItem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;