提交 794f1ac8 编写于 作者: S Serge Rider

Filter value dialog fix

上级 1e4da5c9
...@@ -114,12 +114,14 @@ public class FilterValueEditDialog extends BaseDialog{ ...@@ -114,12 +114,14 @@ public class FilterValueEditDialog extends BaseDialog{
if (handler.editor == null) { if (handler.editor == null) {
handler.textControl = new Text(editorPlaceholder, SWT.BORDER | SWT.WRAP | SWT.V_SCROLL); handler.textControl = new Text(editorPlaceholder, SWT.BORDER | SWT.WRAP | SWT.V_SCROLL);
handler.textControl.setText(""); handler.textControl.setText("");
/*
GridData gd = new GridData(GridData.FILL_BOTH); GridData gd = new GridData(GridData.FILL_BOTH);
gd.widthHint = 300; gd.widthHint = 300;
gd.heightHint = 300; gd.heightHint = 300;
gd.minimumHeight = 100; gd.minimumHeight = 100;
gd.minimumWidth = 100; gd.minimumWidth = 100;
handler.textControl.setLayoutData(gd); handler.textControl.setLayoutData(gd);
*/
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册