summaryrefslogtreecommitdiffstats
path: root/framework/qml/Outbox.qml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qml/Outbox.qml')
-rw-r--r--framework/qml/Outbox.qml2
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()