Author: ivanz
Date: 2008-02-05 11:27:12 -0500 (Tue, 05 Feb 2008)
New Revision: 94903

Modified:
   
branches/mono-1-9/mcs/class/System.Drawing.Design/System.Drawing.Design/ChangeLog
   
branches/mono-1-9/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: 
branches/mono-1-9/mcs/class/System.Drawing.Design/System.Drawing.Design/ChangeLog
===================================================================
--- 
branches/mono-1-9/mcs/class/System.Drawing.Design/System.Drawing.Design/ChangeLog
   2008-02-05 16:22:53 UTC (rev 94902)
+++ 
branches/mono-1-9/mcs/class/System.Drawing.Design/System.Drawing.Design/ChangeLog
   2008-02-05 16:27:12 UTC (rev 94903)
@@ -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: 
branches/mono-1-9/mcs/class/System.Drawing.Design/System.Drawing.Design/ColorEditor.cs
===================================================================
--- 
branches/mono-1-9/mcs/class/System.Drawing.Design/System.Drawing.Design/ColorEditor.cs
      2008-02-05 16:22:53 UTC (rev 94902)
+++ 
branches/mono-1-9/mcs/class/System.Drawing.Design/System.Drawing.Design/ColorEditor.cs
      2008-02-05 16:27:12 UTC (rev 94903)
@@ -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

Reply via email to