mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
Allow card type line in CardDetailPane to wrap
This commit is contained in:
@@ -204,7 +204,7 @@ public class CardDetailPanel extends SkinnedPanel {
|
||||
nameCost = String.format("%s - %s", name, manaCost);
|
||||
}
|
||||
nameCostLabel.setText(FSkin.encodeSymbols(nameCost, false));
|
||||
typeLabel.setText(CardDetailUtil.formatCardType(state, mayView));
|
||||
typeLabel.setText(FSkin.encodeSymbols(CardDetailUtil.formatCardType(state, mayView),false));
|
||||
|
||||
final String set;
|
||||
final CardRarity rarity;
|
||||
|
||||
Reference in New Issue
Block a user