diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-06-29 16:10:45 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-06-29 16:10:45 +0200 |
commit | 8f706f0f84fddf37ad0de0bdb872d028415eefca (patch) | |
tree | 4720368b3ea48302734bac705976b3450e1f56ea /framework/qml/MailListView.qml | |
parent | bd4dc4fdcfd5dc365892846bdd09f23ba747bce9 (diff) | |
download | kube-8f706f0f84fddf37ad0de0bdb872d028415eefca.tar.gz kube-8f706f0f84fddf37ad0de0bdb872d028415eefca.zip |
do not hardcode fontPointsize
Diffstat (limited to 'framework/qml/MailListView.qml')
-rw-r--r-- | framework/qml/MailListView.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/MailListView.qml b/framework/qml/MailListView.qml index 001c3cc1..07f6e47c 100644 --- a/framework/qml/MailListView.qml +++ b/framework/qml/MailListView.qml | |||
@@ -238,7 +238,7 @@ FocusScope { | |||
238 | text: Qt.formatDateTime(model.date, "dd MMM yyyy") | 238 | text: Qt.formatDateTime(model.date, "dd MMM yyyy") |
239 | font.italic: true | 239 | font.italic: true |
240 | color: Kube.Colors.disabledTextColor | 240 | color: Kube.Colors.disabledTextColor |
241 | font.pointSize: 9 | 241 | font.pointSize: Kube.Units.defaultFontSize * 0.8 |
242 | } | 242 | } |
243 | 243 | ||
244 | Kube.Label { | 244 | Kube.Label { |