forked from External/mage
GUI: Card Viewer - added support of xmage inner images like morph, blessing, etc (look in XMAGE set, related to #11622);
This commit is contained in:
parent
f5a43d9115
commit
38c71cfeed
7 changed files with 81 additions and 17 deletions
|
|
@ -92,7 +92,7 @@ public class DeckGeneratorDialog {
|
|||
c.weightx = 0.80;
|
||||
mainPanel.add(setPanel, c);
|
||||
|
||||
cbSets = new JComboBox<>(ConstructedFormats.getTypes());
|
||||
cbSets = new JComboBox<>(ConstructedFormats.getTypes(false).toArray());
|
||||
cbSets.setSelectedIndex(0);
|
||||
cbSets.setAlignmentX(0.0F);
|
||||
setPanel.add(cbSets);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue