Author: ivanz
Date: 2008-02-05 12:28:55 -0500 (Tue, 05 Feb 2008)
New Revision: 94905

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

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



Modified: trunk/mcs/class/System.Design/System.ComponentModel.Design/ChangeLog
===================================================================
--- trunk/mcs/class/System.Design/System.ComponentModel.Design/ChangeLog        
2008-02-05 17:15:53 UTC (rev 94904)
+++ trunk/mcs/class/System.Design/System.ComponentModel.Design/ChangeLog        
2008-02-05 17:28:55 UTC (rev 94905)
@@ -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: 
trunk/mcs/class/System.Design/System.ComponentModel.Design/MultilineStringEditor.cs
===================================================================
--- 
trunk/mcs/class/System.Design/System.ComponentModel.Design/MultilineStringEditor.cs
 2008-02-05 17:15:53 UTC (rev 94904)
+++ 
trunk/mcs/class/System.Design/System.ComponentModel.Design/MultilineStringEditor.cs
 2008-02-05 17:28:55 UTC (rev 94905)
@@ -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