mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 13:32:06 -08:00
spjspj - Shorten names of buttons. (#2472)
* spjspj - Do a count for supertypes and subtypes of all implemented cards.
This commit is contained in:
parent
f5fb2c0b19
commit
85346708bf
2 changed files with 60 additions and 2 deletions
|
|
@ -744,8 +744,8 @@ public class DragCardGrid extends JPanel implements DragCardSource, DragCardTarg
|
|||
sortButton = new JButton("Sort");
|
||||
filterButton = new JButton("Filter");
|
||||
visibilityButton = new JButton("Visibility");
|
||||
selectByButton = new JButton("Select By ..");
|
||||
analyseButton = new JButton("Analyse Mana");
|
||||
selectByButton = new JButton("Select By");
|
||||
analyseButton = new JButton("Mana");
|
||||
|
||||
// Name and count label
|
||||
deckNameAndCountLabel = new JLabel();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue