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
|
|
@ -539,7 +539,7 @@ public class GamePanel extends javax.swing.JPanel {
|
|||
ShowCardsDialog newReveal = new ShowCardsDialog();
|
||||
lookedAt.put(looked.getName(), newReveal);
|
||||
}
|
||||
lookedAt.get(looked.getName()).loadCards("LookedAt by " + looked.getName(), looked.getCards(), bigCard, Config.dimensions, gameId, false);
|
||||
lookedAt.get(looked.getName()).loadCards("Looked at by " + looked.getName(), looked.getCards(), bigCard, Config.dimensions, gameId, false);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue