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>
- * <g:TabLayoutPanel barUnit='PX' barHeight='3'>
+ * <g:TabLayoutPanel barUnit='EM' barHeight='3'>
* <g:tab>
* <g:header size='7'><b>HTML</b> header</g:header>
* <g:Label>able</g:Label>
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors