You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by gb...@apache.org on 2010/01/24 20:29:00 UTC

svn commit: r902626 - /pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTooltipSkin.java

Author: gbrown
Date: Sun Jan 24 19:29:00 2010
New Revision: 902626

URL: http://svn.apache.org/viewvc?rev=902626&view=rev
Log:
Revert earlier change enabling text wrap in tooltip labels.

Modified:
    pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTooltipSkin.java

Modified: pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTooltipSkin.java
URL: http://svn.apache.org/viewvc/pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTooltipSkin.java?rev=902626&r1=902625&r2=902626&view=diff
==============================================================================
--- pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTooltipSkin.java (original)
+++ pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTooltipSkin.java Sun Jan 24 19:29:00 2010
@@ -107,7 +107,6 @@
         Component.StyleDictionary labelStyles = label.getStyles();
         labelStyles.put("font", theme.getFont());
         labelStyles.put("color", Color.BLACK);
-        labelStyles.put("wrapText", true);
 
         Component.StyleDictionary borderStyles = border.getStyles();
         borderStyles.put("backgroundColor", new Color(0xff, 0xff, 0xe0, 0xf0));