Author: ivanz
Date: 2008-02-05 11:22:53 -0500 (Tue, 05 Feb 2008)
New Revision: 94902
Modified:
trunk/mcs/class/System.Drawing.Design/System.Drawing.Design/ChangeLog
trunk/mcs/class/System.Drawing.Design/System.Drawing.Design/ColorEditor.cs
Log:
2008-02-05 Ivan N. Zlatev <[EMAIL PROTECTED]>
* ColorEditor.cs: Set the Height to match the custom colors tab
Height.
[Fixes bug #356527]
Modified: trunk/mcs/class/System.Drawing.Design/System.Drawing.Design/ChangeLog
===================================================================
--- trunk/mcs/class/System.Drawing.Design/System.Drawing.Design/ChangeLog
2008-02-05 16:05:03 UTC (rev 94901)
+++ trunk/mcs/class/System.Drawing.Design/System.Drawing.Design/ChangeLog
2008-02-05 16:22:53 UTC (rev 94902)
@@ -1,3 +1,9 @@
+2008-02-05 Ivan N. Zlatev <[EMAIL PROTECTED]>
+
+ * ColorEditor.cs: Set the Height to match the custom colors tab
+ Height.
+ [Fixes bug #356527]
+
2008-02-04 Ivan N. Zlatev <[EMAIL PROTECTED]>
* ColorEditor.cs: Perfom action in OnMouseUp only if in client.
Modified:
trunk/mcs/class/System.Drawing.Design/System.Drawing.Design/ColorEditor.cs
===================================================================
--- trunk/mcs/class/System.Drawing.Design/System.Drawing.Design/ColorEditor.cs
2008-02-05 16:05:03 UTC (rev 94901)
+++ trunk/mcs/class/System.Drawing.Design/System.Drawing.Design/ColorEditor.cs
2008-02-05 16:22:53 UTC (rev 94902)
@@ -123,7 +123,7 @@
color_chosen = true;
}
-
+ tab_control.Height = 192; // the height
of the custom colors tab
editorService.DropDownControl(tab_control);
if (color_chosen) {
return selected_color;
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches