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