Give the first menu item of a popup menu a distance of 1 pixel to the

top border.
This commit is contained in:
William Poetra Yoga H 2004-11-08 22:12:42 +00:00 committed by Alexandre Julliard
parent d9e25f9c8b
commit a8b5d29f5f
1 changed files with 1 additions and 1 deletions

View File

@ -978,7 +978,7 @@ static void MENU_PopupMenuCalcSize( LPPOPUPMENU lppop, HWND hwndOwner )
{
lpitem = &lppop->items[start];
orgX = maxX;
orgY = 2;
orgY = 3;
maxTab = maxTabWidth = 0;