http://bugs.winehq.org/show_bug.cgi?id=5034
------- Additional Comments From hannibal@megapolis.pl 2006-14-04 20:16 ------- Created an attachment (id=2288) --> (http://bugs.winehq.org/attachment.cgi?id=2288&action=view) [TEST ONLY] Fix OpenFile width
I found out that adding flag SWP_SHOWWINDOW to SetWindowPos in ArrangeCtrlPositions fix dialog size. Why, i don't know, you should investigate it. I haven't enough knowlege about code to do this.
But this is not the end of troubles. When we have already resized main dialog window, we need also move or resize standard controls. And here is a problem - veritcal coordinate of it are broken - as you can see after applying this patch.