mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
Support editing quest decks
This commit is contained in:
@@ -38,7 +38,7 @@ public enum VSubmenuQuestDecks implements IVSubmenu<CSubmenuQuestDecks> {
|
||||
|
||||
private final DeckManager lstDecks = new DeckManager(GameType.Quest);
|
||||
|
||||
private final JLabel lblInfo = new FLabel.Builder()
|
||||
private final FLabel lblInfo = new FLabel.Builder()
|
||||
.fontAlign(SwingConstants.LEFT).fontSize(16).fontStyle(Font.BOLD)
|
||||
.text("Build or select a deck").build();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user