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=78470 --- shadow/78470 2006-05-20 14:35:34.000000000 -0400 +++ shadow/78470.tmp.21546 2006-08-23 15:41:37.000000000 -0400 @@ -1,14 +1,14 @@ Bug#: 78470 Product: Mono: Class Libraries Version: 1.1 -OS: +OS: unknown OS Details: -Status: NEW -Resolution: -Severity: +Status: RESOLVED +Resolution: NOTABUG +Severity: Unknown Priority: Minor Component: Windows.Forms AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -22,6 +22,13 @@ Actual Results: the window is incorrrectly sized, leaving a large grey gap on the right size of the logo image. Expected Results: should look as it does on MS.NET. + +------- Additional Comments From [EMAIL PROTECTED] 2006-08-23 15:41 ------- +This happens due to the auto scaling code. It's adjusting the window +size to match the font size. There's little we can do, it would also +happen on .Net if someone ran with a different DPI font/display. To +verify, run with 'export MONO_MWF_SCALING=disable' and the sizes will +match. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
