http://bugs.winehq.org/show_bug.cgi?id=5654
------- Additional Comments From jonathan@ernstfamily.ch 2006-30-08 11:09 ------- The bug seems to be in comctl32/toolbar.c
If I add the following FIXMEs (see patch) I get the following numbers
fixme:toolbar:TOOLBAR_SetBitmapSize width=16 fixme:toolbar:TOOLBAR_SetBitmapSize height=16 fixme:toolbar:TOOLBAR_SetBitmapSize width=38 fixme:toolbar:TOOLBAR_SetBitmapSize height=38 fixme:toolbar:TOOLBAR_SetBitmapSize width=16 fixme:toolbar:TOOLBAR_SetBitmapSize height=16 fixme:toolbar:TOOLBAR_SetBitmapSize width=38 fixme:toolbar:TOOLBAR_SetBitmapSize height=38 fixme:toolbar:TOOLBAR_SetBitmapSize width=16 fixme:toolbar:TOOLBAR_SetBitmapSize height=16 fixme:toolbar:TOOLBAR_SetBitmapSize width=38 fixme:toolbar:TOOLBAR_SetBitmapSize height=38
These numbers are obviously wrong and if I change them (hardcoding sizes in the code) I can see more of the images in the toolbar.
I don't know what to do next.