fix input field height

This commit is contained in:
anhefti 2019-11-18 12:59:38 +01:00
parent 3cc2ee2b34
commit 6f7035acfd

View file

@ -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;
}
}