forked from External/mage
Some more changes to GUI to better support high screen resolutions.
This commit is contained in:
parent
1c2faaadde
commit
7ef0a0a7f0
31 changed files with 745 additions and 518 deletions
|
|
@ -74,6 +74,8 @@ public class GamePane extends MagePane {
|
|||
public void changeGUISize() {
|
||||
super.changeGUISize();
|
||||
gamePanel.changeGUISize();
|
||||
this.revalidate();
|
||||
this.repaint();
|
||||
}
|
||||
|
||||
public void removeGame() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue