forked from External/mage
* Changed graveyard window handling to a window that can stay open.
This commit is contained in:
parent
259ef3aed5
commit
67e9ee1fa9
7 changed files with 120 additions and 81 deletions
|
|
@ -226,7 +226,7 @@ public class HelperPanel extends JPanel {
|
|||
if (message.length() < this.getWidth() / 10) {
|
||||
message = getSmallText(message);
|
||||
} else {
|
||||
message = "Use ability?" + getSmallText(message.substring(this.getWidth() / 10));
|
||||
message = "Use ability?" + getSmallText(message.substring(0, this.getWidth() / 10));
|
||||
}
|
||||
}
|
||||
textArea.setText(message);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue