Formatting fixes.

This commit is contained in:
Zachary Kline
2020-07-14 21:35:26 -07:00
parent 87533decd8
commit 44a36396df
2 changed files with 8 additions and 8 deletions

View File

@@ -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());
}
/**

View File

@@ -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);