Skip to content

Commit

Permalink
Fix input field length in native wizard (#1244)
Browse files Browse the repository at this point in the history
  • Loading branch information
chanseokoh authored Jan 18, 2017
1 parent cc5995c commit d99ff2f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ public void createControl(Composite parent) {

private void createCustomFields(Composite container, ModifyListener pageValidator) {
Composite composite = new Composite(container, SWT.NONE);

GridDataFactory.fillDefaults().applyTo(composite);

GridLayout layout = new GridLayout();
layout.numColumns = 2;
composite.setLayout(layout);
Expand Down

0 comments on commit d99ff2f

Please sign in to comment.