Skip to content

Commit

Permalink
Added GrowX Constraint to ChoiceDialog Buttons, since it was like that
Browse files Browse the repository at this point in the history
before PullRequest eugener#53
  • Loading branch information
Bios-Marcel committed Apr 13, 2017
1 parent c1c3966 commit 377d9eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ public int choice( final int defaultChoice, List<CommandLink> choices ) {
models.add(btn.getModel());
buttons.add(btn);
bGroup.add(btn);
p.add(btn, new CC().gapBottom("8"));
p.add(btn, new CC().growX().gapBottom("8"));
}

if ( defaultChoice >= 0 && defaultChoice < choices.size()) {
Expand Down

0 comments on commit 377d9eb

Please sign in to comment.