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=77890 --- shadow/77890 2006-03-23 19:40:12.000000000 -0500 +++ shadow/77890.tmp.30523 2006-03-24 15:37:45.000000000 -0500 @@ -1,14 +1,14 @@ Bug#: 77890 Product: Mono: Class Libraries Version: unspecified -OS: +OS: unknown OS Details: -Status: NEW -Resolution: -Severity: +Status: RESOLVED +Resolution: FIXED +Severity: Unknown Priority: Normal Component: Windows.Forms AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -103,6 +103,9 @@ CheckBoxSize.Width + SmallImageList.ImageSize.Width; int h = Math.Max (text_size.Height, Math.Max (CheckBoxSize.Height, SmallImageList.ImageSize.Height)); return new Size (w, h); } } + +------- Additional Comments From [EMAIL PROTECTED] 2006-03-24 15:37 ------- +fixed on trunk revision 58486. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
