diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-08-23 10:45:14 -0600 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-08-23 10:45:14 -0600 |
commit | dc1b6581e97f4fe9f33c5e0f1fa62172efba0a16 (patch) | |
tree | 675dcc178da030efed48eca7f04e79a8425c4e72 /applications | |
parent | 87ad76ef5002ebdc31a3a92b7c2b147f91506c5e (diff) | |
download | kube-dc1b6581e97f4fe9f33c5e0f1fa62172efba0a16.tar.gz kube-dc1b6581e97f4fe9f33c5e0f1fa62172efba0a16.zip |
Set the font on the QApplication
Diffstat (limited to 'applications')
-rw-r--r-- | applications/kube/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/applications/kube/main.cpp b/applications/kube/main.cpp index 115e7b0d..44897b2e 100644 --- a/applications/kube/main.cpp +++ b/applications/kube/main.cpp | |||
@@ -69,6 +69,7 @@ public: | |||
69 | int main(int argc, char *argv[]) | 69 | int main(int argc, char *argv[]) |
70 | { | 70 | { |
71 | QApplication app(argc, argv); | 71 | QApplication app(argc, argv); |
72 | app.setFont(QFont{"Noto Sans", app.font().pointSize(), QFont::Normal}); | ||
72 | 73 | ||
73 | QtWebEngine::initialize(); | 74 | QtWebEngine::initialize(); |
74 | QIcon::setThemeName("kube"); | 75 | QIcon::setThemeName("kube"); |