mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
Formatting fixes.
This commit is contained in:
@@ -451,7 +451,7 @@ public abstract class ItemManager<T extends InventoryItem> extends JPanel implem
|
||||
@Override
|
||||
public void setCaption(final String caption) {
|
||||
this.lblCaption.setText(caption);
|
||||
this.lblCaption.setLabelFor(this.listView.getTable());
|
||||
this.lblCaption.setLabelFor(this.listView.getTable());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -188,13 +188,13 @@ public enum VSubmenuQuestStart implements IVSubmenu<CSubmenuQuestStart> {
|
||||
|
||||
boxCompleteSet.setToolTipText(localizer.getMessage("lblboxCompleteSet"));
|
||||
boxAllowDuplicates.setToolTipText(localizer.getMessage("lblboxAllowDuplicates"));
|
||||
lblStartingWorld.setLabelFor(cbxStartingWorld.getComponent());
|
||||
lblStartingPool.setLabelFor(cbxStartingPool.getComponent());
|
||||
lblPreconDeck.setLabelFor(cbxPreconDeck.getComponent());
|
||||
lblFormat.setLabelFor(cbxFormat.getComponent());
|
||||
lblCustomDeck.setLabelFor(cbxCustomDeck.getComponent());
|
||||
lblPrizedCards.setLabelFor(cbxPrizedCards.getComponent());
|
||||
lblPrizeFormat.setLabelFor(cbxPrizeFormat.getComponent());
|
||||
lblStartingWorld.setLabelFor(cbxStartingWorld.getComponent());
|
||||
lblStartingPool.setLabelFor(cbxStartingPool.getComponent());
|
||||
lblPreconDeck.setLabelFor(cbxPreconDeck.getComponent());
|
||||
lblFormat.setLabelFor(cbxFormat.getComponent());
|
||||
lblCustomDeck.setLabelFor(cbxCustomDeck.getComponent());
|
||||
lblPrizedCards.setLabelFor(cbxPrizedCards.getComponent());
|
||||
lblPrizeFormat.setLabelFor(cbxPrizeFormat.getComponent());
|
||||
|
||||
cbxStartingPool.addItem(StartingPoolType.Complete);
|
||||
cbxStartingPool.addItem(StartingPoolType.Sanctioned);
|
||||
|
||||
Reference in New Issue
Block a user