mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
Changed title for graveyard dialog
This commit is contained in:
parent
2e457fda1d
commit
5294e2cba4
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ public class ChoiceDialog extends IDialogPanel {
|
|||
* @return void
|
||||
*/
|
||||
private void initialize() {
|
||||
jTitle = new ShadowLabel("Choose a card (by double-click), chosen card: none", 14);
|
||||
jTitle = new ShadowLabel("Graveyard", 14);
|
||||
jTitle.setBounds(new Rectangle(5, 3, 500, 16));
|
||||
jTitle.setFont(new Font("Dialog", Font.BOLD, 14));
|
||||
|
||||
|
|
Loading…
Reference in a new issue