mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
- Increased the width of the Selectors in the deck editor filter section.
This commit is contained in:
@@ -168,7 +168,7 @@ public enum VFilters implements IVDoc {
|
||||
cbxTHigh.setSelectedItem("10+");
|
||||
cbxCMCHigh.setSelectedItem("10+");
|
||||
|
||||
constraints = "w 60px!, h 25px!, gap 0 0 0 0";
|
||||
constraints = "w 80px!, h 25px!, gap 0 0 0 0";
|
||||
pnlIntervals.add(cbxPLow, constraints);
|
||||
pnlIntervals.add(lblP, "w 100px!, h 25px!");
|
||||
pnlIntervals.add(cbxPHigh, constraints);
|
||||
|
||||
Reference in New Issue
Block a user