You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by jm...@apache.org on 2007/08/01 19:50:55 UTC

svn commit: r561933 - /incubator/xap/trunk/codebase/src/xap/widgets/Label.js

Author: jmargaris
Date: Wed Aug  1 12:50:49 2007
New Revision: 561933

URL: http://svn.apache.org/viewvc?view=rev&rev=561933
Log:
https://issues.apache.org/jira/browse/XAP-508

Modified:
    incubator/xap/trunk/codebase/src/xap/widgets/Label.js

Modified: incubator/xap/trunk/codebase/src/xap/widgets/Label.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/codebase/src/xap/widgets/Label.js?view=diff&rev=561933&r1=561932&r2=561933
==============================================================================
--- incubator/xap/trunk/codebase/src/xap/widgets/Label.js (original)
+++ incubator/xap/trunk/codebase/src/xap/widgets/Label.js Wed Aug  1 12:50:49 2007
@@ -56,7 +56,7 @@
 
 	//xap.widgets.styleSet(this.td, {width:"100%", height: "100%"});
 
-	xap.widgets.styleSet(this._rootDomNode, {overflow:"hidden", position:"relative"});
+	xap.widgets.styleSet(this._rootDomNode, {overflow:"hidden"});
 
 	this.enabled = true;
 	this.text = "";