Commit a8b5d29f authored by William Poetra Yoga H's avatar William Poetra Yoga H Committed by Alexandre Julliard

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

top border.
parent d9e25f9c
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment