diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-11-30 16:49:47 +0100 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-11-30 21:22:40 +0100 |
commit | dd96c098e82946e822b5fc76fce6276038e60a6f (patch) | |
tree | 1742da53860747536a62e2df7125c2f6aaa3603f /gui/main.qml | |
parent | 5b8be038a62765c392a5bc73c764245977af1c84 (diff) |
[ui] revert workarounds
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 } + */ } } |