mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Added spaces to tooltip counters display.
This commit is contained in:
parent
e13c804f67
commit
0878ddb05c
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ public class CardInfoPaneImpl extends JEditorPane implements CardInfoPane {
|
|||
} else {
|
||||
sb.append(", ");
|
||||
}
|
||||
sb.append(counter.getCount()).append("x<i>").append(counter.getName()).append("</i>");
|
||||
sb.append(counter.getCount()).append(" x <i>").append(counter.getName()).append("</i>");
|
||||
index++;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue