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

This commit is contained in:
LevelX2 2016-02-10 23:34:16 +01:00
parent db7e4aea2e
commit 7b79de8e40
7 changed files with 52 additions and 20 deletions

View file

@ -113,6 +113,7 @@ public class ChatPanelSeparated extends ChatPanelBasic {
if (systemMessagesPane != null) {
systemMessagesPane.setFont(font);
}
super.changeGUISize(font);
}