http://bugzilla.novell.com/show_bug.cgi?id=504582
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=504582#c1 --- Comment #1 from James Michels <[email protected]> 2009-05-16 09:08:11 MDT --- The original report is incorrect. Corrected below. For a window with FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow If the Text property of a System.Windows.Forms.Form class is assigned AFTER the ClientSize property, the resulting client size is not correctly displayed. It appears that the displayed client size is reduced by the amount of space consumed by the border elements. If the ClientSize property is assigned after the Text property, the correct behavior is observed. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
