[Mono-bugs] [Bug 80301][Min] Changed - TextBoxBase.PrefferedHeight returns incorrect values
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Dec 18 12:38:16 EST 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 georgegiolfan at yahoo.com.
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: toshok at ximian.com
ReportedBy: georgegiolfan at yahoo.com
QAContact: mono-bugs at ximian.com
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 georgegiolfan at yahoo.com 2006-12-18 12:38 -------
+Actually I was wrong. The difference is constant.
More information about the mono-bugs
mailing list