Fix [ 2004396 ] Collapse field group + Text column problem

This commit is contained in:
Carlos Ruiz 2008-08-12 21:10:15 +00:00
parent 643a60cb98
commit cd7097d6ab
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}