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

#3013 Edit connection dialog layout fix


Former-commit-id: 57d4e078
上级 dfcff8d1
......@@ -134,9 +134,9 @@ public class MultiPageWizardDialog extends TitleAreaDialog implements IWizardCon
for (IWizardPage page : pages) {
addPage(null, page, maxSize);
}
gd = (GridData) pageArea.getLayoutData();
gd.widthHint = 500;
gd.heightHint = 400;
// gd = (GridData) pageArea.getLayoutData();
// gd.widthHint = 500;
// gd.heightHint = 400;
pagesTree.addSelectionListener(new SelectionAdapter() {
@Override
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册