Subversion Repository Public Repository

litesoft

Diff Revisions 221 vs 225 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/forms/client/FormBinder.java

Diff revisions: vs.
  @@ -264,7 +264,7 @@
264 264 {
265 265 AttributeMetaData zAMD = pAttribute.getMetaData();
266 266 return add( pAttribute, pViewOnly, //
267 - new FormTextarea( adjustLabel( pAttribute, pLabel, pViewOnly ), null, mTooltipMap.get( pAttribute.getName() ), false, //
267 + new FormTextarea( adjustLabel( pAttribute, pLabel, pViewOnly ), null, mTooltipMap.get( pAttribute.getName() ), true, //
268 268 positiveOverride( pDisplayWidthOveride, DisplayWidthInitial.get( zAMD ) ), false, //
269 269 positiveOnly( DisplayHeightInitial.get( zAMD ) ), false ) );
270 270 }