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

(cherry picked from commit 377d9eb)
  • Loading branch information
Bios-Marcel authored and akuhtz committed Nov 22, 2023
1 parent 1c966b4 commit 8358192
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,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 8358192

Please sign in to comment.