Some more changes to GUI to better support high screen resolutions.

This commit is contained in:
LevelX2 2016-02-14 23:34:36 +01:00
parent 1a12c2b08f
commit f7a7b2e7a0
16 changed files with 464 additions and 141 deletions

View file

@ -50,4 +50,6 @@ public interface MagePlugins {
BufferedImage getOriginalImage(CardView card);
ActionCallback getActionCallback();
void changeGUISize();
}