summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarko Grönroos <magi@iki.fi>2009-02-17 14:41:49 +0000
committerMarko Grönroos <magi@iki.fi>2009-02-17 14:41:49 +0000
commit737885753c56b92b2e7fd14dfb7af524b9e3f39c (patch)
tree3e901079e22d6f6c8aaf46ee56d33765955c9c09
parent8330382511f99abcbfcabb9b78fb3c4091c46269 (diff)
downloadvaadin-framework-737885753c56b92b2e7fd14dfb7af524b9e3f39c.tar.gz
vaadin-framework-737885753c56b92b2e7fd14dfb7af524b9e3f39c.zip
Added a comment to Release Notes regarding #2563, regarding the default width of Label.
svn changeset:6880/svn branch:trunk
-rw-r--r--WebContent/release-notes.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html
index 7419196233..19b4e814e5 100644
--- a/WebContent/release-notes.html
+++ b/WebContent/release-notes.html
@@ -144,8 +144,12 @@ Now some containers have 100% width by default. These components are:</p>
height by default)</li>
<li><b>Form</b></li>
<li><b>FormLayout</b></li>
+ <li><b>Label</b></li>
</ul>
+<p>If the width of a <b>Label</b> is set defined, as is now the default, the label text
+will wrap appropriately, but if it is set as undefined, the text will never wrap.</p>
+
<h3>Miscellaneous Layout Changes</h3>
<ul>