enable AA by default

pull/5/head
Zlatin Balevsky 2019-06-24 22:55:26 +01:00
parent 627add45ad
commit ea46a54f19
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,8 @@ class Initialize extends AbstractLifecycleHandler {
application.context.put("muwire-home", home.getAbsolutePath())
System.getProperties().setProperty("awt.useSystemAAFontSettings", "true")
def guiPropsFile = new File(home, "gui.properties")
UISettings uiSettings
if (guiPropsFile.exists()) {