Skip to content
This repository has been archived by the owner on Apr 16, 2022. It is now read-only.

Commit

Permalink
Add container gaps to SettingsPanel. Fix #130 (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidmccann authored and yanokwa committed Jun 15, 2017
1 parent 7c782ba commit 3eed2e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/org/opendatakit/briefcase/ui/SettingsPanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ public SettingsPanel(MainBriefcaseWindow parentWindow) {
);
groupLayout.setVerticalGroup(
groupLayout.createSequentialGroup()
.addContainerGap()
.addGroup(groupLayout.createParallelGroup(Alignment.BASELINE)
.addComponent(txtBriefcaseDir)
.addComponent(btnChoose)
Expand All @@ -119,6 +120,7 @@ public SettingsPanel(MainBriefcaseWindow parentWindow) {
.addGroup(groupLayout.createParallelGroup(Alignment.BASELINE)
.addComponent(lblPort)
.addComponent(spinPort))
.addContainerGap()
);

setLayout(groupLayout);
Expand Down

0 comments on commit 3eed2e8

Please sign in to comment.