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=78421 --- shadow/78421 2006-05-16 15:29:08.000000000 -0400 +++ shadow/78421.tmp.15806 2006-05-22 14:06:24.000000000 -0400 @@ -1,13 +1,13 @@ Bug#: 78421 Product: Mono: Class Libraries Version: unspecified OS: unknown 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] @@ -33,6 +33,14 @@ http://primates.ximian.com/~gonzalo/tmp/SharpChess.tar.gz for source code, makefile et al. ------- Additional Comments From [EMAIL PROTECTED] 2006-05-16 15:29 ------- The pieces actually still are correct. It's the rest of the board that's drawn/layed out stretched. + +------- Additional Comments From [EMAIL PROTECTED] 2006-05-22 14:06 ------- +I tracked it down to being a scaling issue. Our default font on X11 +ends up being 5, 14 in size, compared to 5, 13 on win32. I checked in +an experimental fix in svn r60985, which alters the emSize such that +we get 5,13 on both win32 and x11. Not sure what side effects this +has, but I figured lets find out. It should help with all those apps +that were designed with the default size. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
