http://bugs.winehq.org/show_bug.cgi?id=12553
--- Comment #23 from Igor Tarasov tarasov.igor@gmail.com 2009-04-23 18:25:18 --- So, some things have been fixed lately, this is what left unfixed:
(In reply to comment #19)
http://www.polosatus.ru/wine/toptoolbar.sidebyside.png On this image you can clearly see that builtin comctl buttons are narrower than native
http://www.polosatus.ru/wine/lefttoolbar.sidebyside.png 2.2.2. All buttons on that panel are not square. Their height is bigger than width. 2.2.3. Bitmaps on these buttons are misplaced. All of them are not centered, but moved a bit to right.
Re: 2.2.3 bitmaps are not misplaced, the entire problem is in too narrow buttons. Which happens (as I suppose for now) because the program changes button bitmap size twice: from 16x15 to 20x20 and then to 16x16, but before the last change it sends TB_SETIMAGELIST, and then behavor somehow changes - it does no longer react to TB_SETBITMAPSIZE. Pretty weird.