[Mono-bugs] [Bug 503064] (Open/Save) FileDialog size grows upon sequential show

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon May 25 12:15:20 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=503064

User calberto.cortez at gmail.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=503064#c4


Carlos Alberto Cortez <calberto.cortez at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |calberto.cortez at gmail.com




--- Comment #4 from Carlos Alberto Cortez <calberto.cortez at gmail.com>  2009-05-25 10:15:19 MDT ---
Actually the scenario Jonathan is describing happens only when the dialog gets
a manual size behind the 'minimum size' used in the .ctor:

                        form.ClientSize =  new Size (555, 385);
                        form.MinimumSize = form.Size;        

(in this case, the suffer gets an adjustmen of some pixels only, and the form's
real minimum size is like 15 pixels less than this size anyway).

But that's the only scenario, since bigger values are just working fine. So I
applied the patch and I'm gonna mark this as closed.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list