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

User [email protected] added comment
http://bugzilla.novell.com/show_bug.cgi?id=503064#c4


Carlos Alberto Cortez <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]




--- Comment #4 from Carlos Alberto Cortez <[email protected]>  
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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to