[Mono-bugs] [Bug 77459][Wis] Changed - Setting the StartPosition of
a form to Center Screen does not work
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Feb 3 11:27:33 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 don at edvalson.net.
http://bugzilla.ximian.com/show_bug.cgi?id=77459
--- shadow/77459 2006-02-03 04:00:09.000000000 -0500
+++ shadow/77459.tmp.13023 2006-02-03 11:27:33.000000000 -0500
@@ -1,12 +1,12 @@
Bug#: 77459
Product: Mono: Class Libraries
Version: 1.0
OS: unknown
OS Details: Windows XP
-Status: NEEDINFO
+Status: CLOSED
Resolution:
Severity: Unknown
Priority: Wishlist
Component: Windows.Forms
AssignedTo: peter at novonyx.com
ReportedBy: don at edvalson.net
@@ -51,6 +51,9 @@
static void Main() {
Form f = new Form();
f.StartPosition = FormStartPosition.CenterScreen;
f.ShowDialog();
}
+
+------- Additional Comments From don at edvalson.net 2006-02-03 11:27 -------
+I cant reproduce this anymore. I think you fixed it.
More information about the mono-bugs
mailing list