You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2013/05/24 08:18:26 UTC

svn commit: r1485945 - /myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-test/src/main/webapp/tc/gridLayout/current-vs-preferred-in-auto.xhtml

Author: lofwyr
Date: Fri May 24 06:18:25 2013
New Revision: 1485945

URL: http://svn.apache.org/r1485945
Log:
TOBAGO-1251: tc:link is calculated to narrow when using "auto", especially when images are used 
 - adding 1 pixel per character

Modified:
    myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-test/src/main/webapp/tc/gridLayout/current-vs-preferred-in-auto.xhtml

Modified: myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-test/src/main/webapp/tc/gridLayout/current-vs-preferred-in-auto.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-test/src/main/webapp/tc/gridLayout/current-vs-preferred-in-auto.xhtml?rev=1485945&r1=1485944&r2=1485945&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-test/src/main/webapp/tc/gridLayout/current-vs-preferred-in-auto.xhtml (original)
+++ myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-test/src/main/webapp/tc/gridLayout/current-vs-preferred-in-auto.xhtml Fri May 24 06:18:25 2013
@@ -33,7 +33,7 @@
     <tc:panel/>
 
     <tc:script file="script/tobago-assert.js"/>
-    <tc:script onload="TobagoAssert.assertLayout('page:button', 0, 0, 114, 20);"/>
+    <tc:script onload="TobagoAssert.assertLayout('page:button', 0, 0, 128, 20);"/>
 
   </tc:page>
 </f:view>