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