commit | 9607d1bde1b81aa1deab355e1f59713151aa5328 | [log] [tgz] |
---|---|---|
author | bduff@google.com <bduff@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Mon May 03 15:11:51 2010 +0000 |
committer | bduff@google.com <bduff@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Mon May 03 15:11:51 2010 +0000 |
tree | 196f0f31b50811aff08d0480f5b19b756cc57baf | |
parent | d413ce0e807d680a3a31cd2d47783f8f1721195b [diff] |
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: jgw@google.com git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@8039 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/src/com/google/gwt/user/client/ui/TabLayoutPanel.java b/user/src/com/google/gwt/user/client/ui/TabLayoutPanel.java index 00fa651..d56ec843 100644 --- a/user/src/com/google/gwt/user/client/ui/TabLayoutPanel.java +++ b/user/src/com/google/gwt/user/client/ui/TabLayoutPanel.java
@@ -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>