提交 32fa7184 编写于 作者: S serge-rider

#6529 UI layout fix


Former-commit-id: a4412471
上级 2c6201f9
......@@ -146,6 +146,7 @@ public class VirtualStructureEditor extends AbstractDatabaseObjectEditor<DBSEnti
((GridLayout)composite.getLayout()).makeColumnsEqualWidth = true;
Composite keysComposite = UIUtils.createComposite(composite, 2);
((GridLayout)keysComposite.getLayout()).makeColumnsEqualWidth = true;
keysComposite.setLayoutData(new GridData(GridData.FILL_BOTH));
//createColumnsPage(tabFolder);
createUniqueKeysPage(keysComposite);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册