diff options
Diffstat (limited to 'components')
-rw-r--r-- | components/kube/contents/ui/Kube.qml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/components/kube/contents/ui/Kube.qml b/components/kube/contents/ui/Kube.qml index ef500a90..498d987a 100644 --- a/components/kube/contents/ui/Kube.qml +++ b/components/kube/contents/ui/Kube.qml | |||
@@ -32,6 +32,9 @@ Controls2.ApplicationWindow { | |||
32 | width: Screen.desktopAvailableWidth * 0.8 | 32 | width: Screen.desktopAvailableWidth * 0.8 |
33 | visible: true | 33 | visible: true |
34 | 34 | ||
35 | //Application default font | ||
36 | font.family: Kube.Font.fontFamily | ||
37 | |||
35 | Kube.Listener { | 38 | Kube.Listener { |
36 | filter: Kube.Messages.notification | 39 | filter: Kube.Messages.notification |
37 | onMessageReceived: { | 40 | onMessageReceived: { |