Author: everaldo
Date: 2007-05-08 20:41:13 -0400 (Tue, 08 May 2007)
New Revision: 76975
Modified:
trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolTip.cs
Log:
2007-05-08 Everaldo Canuto <[EMAIL PROTECTED]>
* ToolTip.cs: Remove center form string alignment as it must be align to
left.
Modified: trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
===================================================================
--- trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
2007-05-08 22:15:43 UTC (rev 76974)
+++ trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
2007-05-09 00:41:13 UTC (rev 76975)
@@ -1,3 +1,8 @@
+2007-05-08 Everaldo Canuto <[EMAIL PROTECTED]>
+
+ * ToolTip.cs: Remove center form string alignment as it must be align to
+ left.
+
2007-05-08 Jonathan Pobst <[EMAIL PROTECTED]>
* ToolStripItemCollection.cs: Set the new item's parent and owner
Modified: trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolTip.cs
===================================================================
--- trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolTip.cs
2007-05-08 22:15:43 UTC (rev 76974)
+++ trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolTip.cs
2007-05-09 00:41:13 UTC (rev 76975)
@@ -75,7 +75,6 @@
string_format = new StringFormat();
string_format.LineAlignment =
StringAlignment.Center;
- string_format.Alignment =
StringAlignment.Center;
string_format.FormatFlags =
StringFormatFlags.NoWrap;
string_format.HotkeyPrefix = HotkeyPrefix.Hide;
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches