minor form layout fix - long field must start on a new row.
This commit is contained in:
parent
7683993c58
commit
97d3b922c5
|
|
@ -354,7 +354,7 @@ DataStatusListener, IADTabpanel
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!field.isSameLine())
|
if (!field.isSameLine() || field.isLongField())
|
||||||
{
|
{
|
||||||
//next line
|
//next line
|
||||||
if(row.getChildren().size() > 0)
|
if(row.getChildren().size() > 0)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue