Fix [ 2004396 ] Collapse field group + Text column problem
This commit is contained in:
parent
643a60cb98
commit
cd7097d6ab
|
@ -364,7 +364,7 @@ public final class VPanel extends CTabbedPane
|
|||
}
|
||||
if (textArea)
|
||||
{
|
||||
m_gbc.gridheight = 3;
|
||||
m_gbc.gridheight = 1;
|
||||
m_gbc.weighty = 1;
|
||||
m_gbc.fill = GridBagConstraints.BOTH;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue