diff options
-rw-r--r-- | applications/kube/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/kube/main.cpp b/applications/kube/main.cpp index 49a0b5fa..a85c9bd3 100644 --- a/applications/kube/main.cpp +++ b/applications/kube/main.cpp | |||
@@ -121,7 +121,7 @@ int main(int argc, char *argv[]) | |||
121 | app.setApplicationName("kube"); | 121 | app.setApplicationName("kube"); |
122 | app.setApplicationVersion(QString("%1 Branch: %2 Commit: %3").arg(kube_VERSION_STRING).arg(kube_BRANCH).arg(kube_COMMIT)); | 122 | app.setApplicationVersion(QString("%1 Branch: %2 Commit: %3").arg(kube_VERSION_STRING).arg(kube_BRANCH).arg(kube_COMMIT)); |
123 | auto fontSize = app.font().pointSize(); | 123 | auto fontSize = app.font().pointSize(); |
124 | #ifdef Q_OS_UNIX | 124 | #if defined(Q_OS_UNIX) && (!defined(Q_OS_MAC)) |
125 | if (qgetenv("QT_QPA_PLATFORMTHEME").isEmpty()) { | 125 | if (qgetenv("QT_QPA_PLATFORMTHEME").isEmpty()) { |
126 | //The hardcoded default in qgenericunixthemes.cpp of 9 is tiny, so we default to something larger. | 126 | //The hardcoded default in qgenericunixthemes.cpp of 9 is tiny, so we default to something larger. |
127 | fontSize = 11; | 127 | fontSize = 11; |