forked from External/mage
Some more changes to GUI to better support high screen resolutions.
This commit is contained in:
parent
a2d4c4738a
commit
1835671f3d
22 changed files with 1366 additions and 859 deletions
|
|
@ -404,7 +404,7 @@ public class PlayersChatPanel extends javax.swing.JPanel {
|
|||
if (col != null) {
|
||||
MageFrame.getInstance().getBalloonTip().setAttachedComponent(header);
|
||||
JLabel content = new JLabel(tips.get(table.convertColumnIndexToModel(vColIndex)));
|
||||
content.setFont(GUISizeHelper.tooltipFont);
|
||||
content.setFont(GUISizeHelper.balloonTooltipFont);
|
||||
MageFrame.getInstance().getBalloonTip().setContents(content);
|
||||
ToolTipUtils.balloonToToolTip(MageFrame.getInstance().getBalloonTip(), 600, 10000);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue