diff options
Diffstat (limited to 'gui/main.qml')
-rw-r--r-- | gui/main.qml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gui/main.qml b/gui/main.qml index a3a0922..d9cbec4 100644 --- a/gui/main.qml +++ b/gui/main.qml @@ -168,10 +168,12 @@ ApplicationWindow { Component.onCompleted: { loader.source = "components/Splash.qml" + // XXX workaround for custom font not working in osx + /* if (Qt.platform.os === "osx") { - // XXX workaround for custom font not working in osx root.font.family = robotoFont.name root.font.weight = Font.Light } + */ } } |