Hi,
This patch does badly with Visio 2000's file Open dialog. The file dialog is as big as the main window, but the OK button is placed in the middle of the dialog, more or less. (It should be at the bottom RHS).
I can send you a screenshot if you'd like.
Mike
Maxime Bellengà wrote:
As requested by Alexandre, I send the patch with more comments.
I have made several test cases under windows and taken screenshot to compare with wine. If someone is interested in seeing them, send me a mail.
ChangeLog: - Fix how the size of the dialog is computed and the child component placed.
------------------------------------------------------------------------
Index: dlls/commdlg/filedlg95.c =================================================================== RCS file: /home/wine/wine/dlls/commdlg/filedlg95.c,v retrieving revision 1.90 diff -u -r1.90 filedlg95.c --- dlls/commdlg/filedlg95.c 7 Mar 2003 20:29:31 -0000 1.90