minor form layout fix - long field must start on a new row.

This commit is contained in:
Heng Sin Low 2008-11-27 21:17:02 +00:00
parent 7683993c58
commit 97d3b922c5
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ DataStatusListener, IADTabpanel
}
}
if (!field.isSameLine())
if (!field.isSameLine() || field.isLongField())
{
//next line
if(row.getChildren().size() > 0)