Author: ivanz
Date: 2008-02-05 12:30:34 -0500 (Tue, 05 Feb 2008)
New Revision: 94907

Modified:
   
branches/mono-1-9/mcs/class/System.Design/System.ComponentModel.Design/ChangeLog
   
branches/mono-1-9/mcs/class/System.Design/System.ComponentModel.Design/MultilineStringEditor.cs
Log:
2008-02-05  Ivan N. Zlatev  <[EMAIL PROTECTED]>

        [Backport to 1.9]
        * MutilineStringEditor.cs: Make BorderStyle, Width and Height
        sensible.
        [Fixes #356530]



Modified: 
branches/mono-1-9/mcs/class/System.Design/System.ComponentModel.Design/ChangeLog
===================================================================
--- 
branches/mono-1-9/mcs/class/System.Design/System.ComponentModel.Design/ChangeLog
    2008-02-05 17:30:30 UTC (rev 94906)
+++ 
branches/mono-1-9/mcs/class/System.Design/System.ComponentModel.Design/ChangeLog
    2008-02-05 17:30:34 UTC (rev 94907)
@@ -1,3 +1,9 @@
+2008-02-05  Ivan N. Zlatev  <[EMAIL PROTECTED]>
+
+       * MutilineStringEditor.cs: Make BorderStyle, Width and Height
+       sensible.
+       [Fixes #356530]
+
 2008-01-22  Ivan N. Zlatev  <[EMAIL PROTECTED]>
 
         * MutilineStringEditor.cs: Fix EditValue to return the new

Modified: 
branches/mono-1-9/mcs/class/System.Design/System.ComponentModel.Design/MultilineStringEditor.cs
===================================================================
--- 
branches/mono-1-9/mcs/class/System.Design/System.ComponentModel.Design/MultilineStringEditor.cs
     2008-02-05 17:30:30 UTC (rev 94906)
+++ 
branches/mono-1-9/mcs/class/System.Design/System.ComponentModel.Design/MultilineStringEditor.cs
     2008-02-05 17:30:34 UTC (rev 94907)
@@ -45,10 +45,11 @@
                        {
                                Multiline = true;
                                AcceptsReturn = true;
-                               Height = 250;
+                               Height = 135;
+                               Width = 280;
                                ScrollBars = ScrollBars.Both;
                                WordWrap = false;
-                               BorderStyle = BorderStyle.None;
+                               BorderStyle = BorderStyle.FixedSingle;
                        }
                }
 

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to