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=80301 --- shadow/80301 2006-12-18 07:54:30.000000000 -0500 +++ shadow/80301.tmp.22040 2006-12-18 12:38:16.000000000 -0500 @@ -2,13 +2,13 @@ Product: Mono: Class Libraries Version: 1.2 OS: Windows XP OS Details: Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Minor Component: Windows.Forms AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -47,6 +47,9 @@ Additional Information: The implementation changed in r69115. Here is an implementation that would work on Windows when the font size is 13. return Font.Height + (border_style == BorderStyle.None ? 0 : 7); The difference between the font size and preffered height is not constant. + +------- Additional Comments From [EMAIL PROTECTED] 2006-12-18 12:38 ------- +Actually I was wrong. The difference is constant. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
