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/MailViewer.qml | |
parent | a7163fd03a98d164ee572d187771be9d78ad44a9 (diff) | |
download | kube-87eddb9d0d96629b57a1b06ba5da7d56e3f87cb5.tar.gz kube-87eddb9d0d96629b57a1b06ba5da7d56e3f87cb5.zip |
Fontsize units
Diffstat (limited to 'framework/qml/MailViewer.qml')
-rw-r--r-- | framework/qml/MailViewer.qml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/framework/qml/MailViewer.qml b/framework/qml/MailViewer.qml index 7104cc4a..d139b3d7 100644 --- a/framework/qml/MailViewer.qml +++ b/framework/qml/MailViewer.qml | |||
@@ -105,8 +105,7 @@ Rectangle { | |||
105 | 105 | ||
106 | text: Qt.formatDateTime(root.date, "dd MMM yyyy hh:mm") | 106 | text: Qt.formatDateTime(root.date, "dd MMM yyyy hh:mm") |
107 | 107 | ||
108 | //FIXME font pointsize | 108 | font.pointSize: Kube.Units.tinyFontSize |
109 | font.pointSize: Kube.Units.defaultFontSize * 0.8 | ||
110 | opacity: 0.75 | 109 | opacity: 0.75 |
111 | } | 110 | } |
112 | 111 | ||