forked from External/mage
Added tooltip to window titel bar to show longer titels of windows at least as tooltip.
This commit is contained in:
parent
baedfd54bf
commit
facfc6f1ce
4 changed files with 26 additions and 1 deletions
|
|
@ -56,6 +56,7 @@ public class ExileZoneDialog extends MageDialog {
|
|||
|
||||
public void loadCards(ExileView exile, BigCard bigCard, UUID gameId) {
|
||||
this.title = exile.getName();
|
||||
this.setTitelBarToolTip(exile.getName());
|
||||
boolean changed = false;
|
||||
changed = cards.loadCards(exile, bigCard, gameId);
|
||||
if (exile.size() > 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue