[Mono-bugs] [Bug 82358][Wis] Changed - Window sizes incorrect

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Aug 7 16:56:11 EDT 2007


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 classdevelopment at a-softtech.com.

http://bugzilla.ximian.com/show_bug.cgi?id=82358

--- shadow/82358	2007-08-07 16:44:35.000000000 -0400
+++ shadow/82358.tmp.19292	2007-08-07 16:56:11.000000000 -0400
@@ -57,6 +57,15 @@
 
 ------- Additional Comments From ClassDevelopment at A-SoftTech.com  2007-08-07 16:44 -------
 I tried some more with the attached sample and it *cannot* produce 
 the offsets I've given.
 I'll try to find out more. With the sample given the ToolWindows are 
 somewhat off, but only in one direction.
+
+------- Additional Comments From ClassDevelopment at A-SoftTech.com  2007-08-07 16:56 -------
+The measured offsets where when specifying ClientSize.
+this.ClientSize = new System.Drawing.Size (100, 100);
+
+If you specify
+this.Size = new System.Drawing.Size (100, 100);
+as in the codesample above you will get different, but also 
+incorrect sizes for some borders (Especially the ToolWindow ones)


More information about the mono-bugs mailing list