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:
Oleg Agafonov 2024-01-31 03:49:25 +04:00
parent f5a43d9115
commit 38c71cfeed
7 changed files with 81 additions and 17 deletions

View file

@ -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);