Revision: 8039
Author: [email protected]
Date: Mon May  3 08:11:51 2010
Log: Fix incorrect units in TabLayoutPanel example (was PX should be
EM).

Gerrit review: http://gwt-code-reviews.appspot.com/329802/show
Issue: http://code.google.com/p/google-web-toolkit/issues/detail?id=4851

Review by: [email protected]
http://code.google.com/p/google-web-toolkit/source/detail?r=8039

Modified:
 /trunk/user/src/com/google/gwt/user/client/ui/TabLayoutPanel.java

=======================================
--- /trunk/user/src/com/google/gwt/user/client/ui/TabLayoutPanel.java Wed Mar 3 07:46:03 2010 +++ /trunk/user/src/com/google/gwt/user/client/ui/TabLayoutPanel.java Mon May 3 08:11:51 2010
@@ -76,7 +76,7 @@
  * object, and so cannot have a <code>ui:field</code> attribute.)
  * <p>
  * For example:<pre>
- * &lt;g:TabLayoutPanel barUnit='PX' barHeight='3'>
+ * &lt;g:TabLayoutPanel barUnit='EM' barHeight='3'>
  *  &lt;g:tab>
  *    &lt;g:header size='7'>&lt;b>HTML&lt;/b> header&lt;/g:header>
  *    &lt;g:Label>able&lt;/g:Label>

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to