mirror of https://github.com/zlatinb/muwire
enable AA by default
parent
627add45ad
commit
ea46a54f19
|
@ -43,6 +43,8 @@ class Initialize extends AbstractLifecycleHandler {
|
||||||
|
|
||||||
application.context.put("muwire-home", home.getAbsolutePath())
|
application.context.put("muwire-home", home.getAbsolutePath())
|
||||||
|
|
||||||
|
System.getProperties().setProperty("awt.useSystemAAFontSettings", "true")
|
||||||
|
|
||||||
def guiPropsFile = new File(home, "gui.properties")
|
def guiPropsFile = new File(home, "gui.properties")
|
||||||
UISettings uiSettings
|
UISettings uiSettings
|
||||||
if (guiPropsFile.exists()) {
|
if (guiPropsFile.exists()) {
|
||||||
|
|
Loading…
Reference in New Issue