forked from External/mage
tweaks + sounds
This commit is contained in:
parent
729ccebb2a
commit
bcbb37e90c
13 changed files with 3 additions and 3 deletions
|
|
@ -88,7 +88,7 @@ import java.util.stream.Collectors;
|
|||
*/
|
||||
public class MageFrame extends javax.swing.JFrame implements MageClient {
|
||||
|
||||
private static final String TITLE_NAME = "XMage";
|
||||
private static final String TITLE_NAME = "XMage (Foul Magics)";
|
||||
|
||||
private static final Logger LOGGER = Logger.getLogger(MageFrame.class);
|
||||
private static final String LITE_MODE_ARG = "-lite";
|
||||
|
|
|
|||
|
|
@ -135,7 +135,7 @@ public class DeckGeneratorDialog {
|
|||
c.ipadx = 30;
|
||||
c.insets = new Insets(5, 10, 0, 10);
|
||||
c.weightx = 0.90;
|
||||
cbDeckSize = new JComboBox<>(new String[]{"40", "60"});
|
||||
cbDeckSize = new JComboBox<>(new String[]{"40", "60", "100"});
|
||||
cbDeckSize.setSelectedIndex(0);
|
||||
cbDeckSize.setAlignmentX(Component.LEFT_ALIGNMENT);
|
||||
mainPanel.add(cbDeckSize, c);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue