summaryrefslogtreecommitdiffstats
path: root/components/package/contents/ui
diff options
context:
space:
mode:
Diffstat (limited to 'components/package/contents/ui')
-rw-r--r--components/package/contents/ui/SingleMailView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/package/contents/ui/SingleMailView.qml b/components/package/contents/ui/SingleMailView.qml
index caa170f6..48a4dc45 100644
--- a/components/package/contents/ui/SingleMailView.qml
+++ b/components/package/contents/ui/SingleMailView.qml
@@ -226,7 +226,7 @@ Item {
226 226
227 anchors { 227 anchors {
228 right: seperator.right 228 right: seperator.right
229 bottom: headerContent.top 229 top: parent.top
230 } 230 }
231 231
232 text: Qt.formatDateTime(model.date, "dd MMM yyyy hh:mm") 232 text: Qt.formatDateTime(model.date, "dd MMM yyyy hh:mm")