Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=82488 --- shadow/82488 2007-08-23 18:06:57.000000000 -0400 +++ shadow/82488.tmp.19212 2007-08-24 11:55:30.000000000 -0400 @@ -1,13 +1,13 @@ Bug#: 82488 Product: Mono: Class Libraries Version: 1.2 OS: All OS Details: -Status: NEW -Resolution: +Status: RESOLVED +Resolution: FIXED Severity: Unknown Priority: Normal Component: Windows.Forms AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -30,6 +30,17 @@ ------- Additional Comments From [EMAIL PROTECTED] 2007-08-23 11:00 ------- First, we needed CheckBox AutoSize implemented - done. Next, we need FlowLayoutTable AutoSize fixed - bug 82537. Finally, we need Form AutoSize fixed. + +------- Additional Comments From [EMAIL PROTECTED] 2007-08-24 11:55 ------- +Fixed in r84808. Thanks for the report! + +2007-08-24 Jonathan Pobst <[EMAIL PROTECTED]> + + * CheckBox.cs: Set the AutoSizeMode to GrowAndShrink. + * Form.cs, GroupBox.cs: Don't skip Right or Bottom anchored + controls in GetPreferredSizeCore. + * ThemeWin32Classic.cs: Tweak text drawing of CheckBoxes. + [Fixes bug #82488] _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
