2007-01-02 Chris Toshok <toshok@ximian.com>
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / ToolStripItem.cs
index 866657ceabbb73493586cf6bf933e860c4cde743..624b9e4d259024f69733497782913fa95ce520d7 100644 (file)
@@ -1105,9 +1105,6 @@ namespace System.Windows.Forms
                        // Account for ToolStripDropDownButton's drop down arrow
                        if (this is ToolStripDropDownButton && (this as ToolStripDropDownButton).ShowDropDownArrow)
                                preferred_size.Width += 9;
-                               
-                       if (preferred_size.Width < 23)
-                               preferred_size.Width = 23;              // There seems to be a minimum width of 23
 
                        return preferred_size;
                }