From 698e0e3fa76791cb74510ac87fbd165900e56278 Mon Sep 17 00:00:00 2001 From: Stefano Ceccherini Date: Thu, 16 Mar 2006 11:11:28 +0000 Subject: [PATCH] draw shortcut char and bitmaps one pixel higher git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16815 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 5c6f7ea4f9..fdb267bba2 100644 --- a/src/kits/interface/MenuItem.cpp +++ b/src/kits/interface/MenuItem.cpp @@ -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;