mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Fixed color distribution checkbox selection for quests.
This commit is contained in:
@@ -117,8 +117,6 @@ public class DialogChooseColors {
|
|||||||
left.setOpaque(false);
|
left.setOpaque(false);
|
||||||
left.add(new FLabel.Builder().text("Distribution").fontSize(18).build(), "gaptop 10");
|
left.add(new FLabel.Builder().text("Distribution").fontSize(18).build(), "gaptop 10");
|
||||||
|
|
||||||
radBalanced.setSelected(true);
|
|
||||||
|
|
||||||
final JXButtonPanel poolTypePanel = new JXButtonPanel();
|
final JXButtonPanel poolTypePanel = new JXButtonPanel();
|
||||||
final String radioConstraints = "h 25px!, gaptop 5";
|
final String radioConstraints = "h 25px!, gaptop 5";
|
||||||
poolTypePanel.add(radBalanced, radioConstraints);
|
poolTypePanel.add(radBalanced, radioConstraints);
|
||||||
|
|||||||
Reference in New Issue
Block a user