[Mono-bugs] [Bug 78421][Nor] Changed - SharpChess regression
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon May 22 14:06:25 EDT 2006
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 peter at novonyx.com.
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: peter at novonyx.com
ReportedBy: gonzalo at ximian.com
QAContact: mono-bugs at ximian.com
@@ -33,6 +33,14 @@
http://primates.ximian.com/~gonzalo/tmp/SharpChess.tar.gz for source
code, makefile et al.
------- Additional Comments From peter at novonyx.com 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 peter at novonyx.com 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.
More information about the mono-bugs
mailing list