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=77731 --- shadow/77731 2006-03-08 09:25:17.000000000 -0500 +++ shadow/77731.tmp.29103 2006-03-09 05:55:38.000000000 -0500 @@ -1,13 +1,13 @@ Bug#: 77731 Product: Mono: Class Libraries Version: 1.1 OS: unknown OS Details: Fedora Core (Rawhide) -Status: NEW -Resolution: +Status: RESOLVED +Resolution: NOTABUG Severity: Unknown Priority: Normal Component: Windows.Forms AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -43,6 +43,20 @@ Small source code demonstrating the problem ------- Additional Comments From [EMAIL PROTECTED] 2006-03-08 09:25 ------- Reported in the FC BZ #184389. The source code is not the same - it's just a newer version than the one here. It still demonstrates the problem. + +------- Additional Comments From [EMAIL PROTECTED] 2006-03-09 05:55 ------- +Not sure where the bug is supposed to be. I've attached a screenshot +with your app running on Mono's MWF and MS.NET SWF side-by-side. They +look crappy on both. When running on Linux, it actually looks correct +(as in spaced properly). + +If you want your address label to show up you should not add it to +the Form after having first added it to the groupbox (your call to +this.Controls.AddRange adds it to Form, effectively removing it +from 'box'). Otherwise it will be at coordinates where it won't be +visible. + +->Not a bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
