http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9e25f9
)
Give the first menu item of a popup menu a distance of 1 pixel to the
author
William Poetra Yoga H
<williampoetra@yahoo.com>
Mon, 8 Nov 2004 22:12:42 +0000
(22:12 +0000)
committer
Alexandre Julliard
<julliard@winehq.org>
Mon, 8 Nov 2004 22:12:42 +0000
(22:12 +0000)
top border.
dlls/user/menu.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/user/menu.c
b/dlls/user/menu.c
index 8af7f9f84e64aae2c7ff3c8adadad4626d942d58..bf8423367636c5cc789b9e3206434144e05a4b57 100644
(file)
--- a/
dlls/user/menu.c
+++ b/
dlls/user/menu.c
@@
-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;