fix input field height
This commit is contained in:
parent
3cc2ee2b34
commit
6f7035acfd
1 changed files with 0 additions and 1 deletions
|
@ -82,7 +82,6 @@ public class TextFieldBuilder implements InputFieldBuilder {
|
|||
}
|
||||
default: {
|
||||
text = new Text(innerGrid, SWT.LEFT | SWT.BORDER | SWT.SINGLE);
|
||||
gridData.minimumHeight = WidgetFactory.TEXT_INPUT_MIN_HEIGHT;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue