diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-25 05:12:23 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-25 05:12:23 +0200 |
commit | 87eddb9d0d96629b57a1b06ba5da7d56e3f87cb5 (patch) | |
tree | da0a5ca93ca3a56bb909e790388981b102bdb94f /framework/qml/Outbox.qml | |
parent | a7163fd03a98d164ee572d187771be9d78ad44a9 (diff) | |
download | kube-87eddb9d0d96629b57a1b06ba5da7d56e3f87cb5.tar.gz kube-87eddb9d0d96629b57a1b06ba5da7d56e3f87cb5.zip |
Fontsize units
Diffstat (limited to 'framework/qml/Outbox.qml')
-rw-r--r-- | framework/qml/Outbox.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/Outbox.qml b/framework/qml/Outbox.qml index bdd68a7d..a9a1a1d6 100644 --- a/framework/qml/Outbox.qml +++ b/framework/qml/Outbox.qml | |||
@@ -55,7 +55,7 @@ Kube.IconButton { | |||
55 | width: Kube.Units.smallSpacing | 55 | width: Kube.Units.smallSpacing |
56 | text: outboxModel.count | 56 | text: outboxModel.count |
57 | color: Kube.Colors.disabledTextColor | 57 | color: Kube.Colors.disabledTextColor |
58 | font.pointSize: 9 | 58 | font.pointSize: Kube.Units.smallFontSize |
59 | } | 59 | } |
60 | 60 | ||
61 | onClicked: dialog.open() | 61 | onClicked: dialog.open() |