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: {
|
default: {
|
||||||
text = new Text(innerGrid, SWT.LEFT | SWT.BORDER | SWT.SINGLE);
|
text = new Text(innerGrid, SWT.LEFT | SWT.BORDER | SWT.SINGLE);
|
||||||
gridData.minimumHeight = WidgetFactory.TEXT_INPUT_MIN_HEIGHT;
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue