Skip to content

Commit

Permalink
Merge pull request #1085 from chashikajw/top-down-apprach
Browse files Browse the repository at this point in the history
Add an example host value
  • Loading branch information
chashikajw authored Mar 25, 2022
2 parents aadf621 + 86b821f commit 0faf8f4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ public void createControl(Composite parent) {
labelAPIMHostUrl.setLayoutData(data);

txtAPIMHostUrl = new Text(container, SWT.BORDER);
// set an example host value
txtAPIMHostUrl.setText("https://localhost:9443");
data = new FormData();
data.top = new FormAttachment(txtPassword, 25);
data.left = new FormAttachment(labelAPIMHostUrl, 10);
Expand Down

0 comments on commit 0faf8f4

Please sign in to comment.