summaryrefslogtreecommitdiffstats
path: root/components/package
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2016-12-12 12:22:05 +0100
committerMichael Bohlender <michael.bohlender@kdemail.net>2016-12-12 12:22:05 +0100
commitea9e60456710bc1a167ac33638f3ca0c8f100ff7 (patch)
tree274c838530cfc7faa8e7146712d8f4876442b0f5 /components/package
parent36b7e77ada602b4d01fd4bde38f59ddee552df5e (diff)
downloadkube-ea9e60456710bc1a167ac33638f3ca0c8f100ff7.tar.gz
kube-ea9e60456710bc1a167ac33638f3ca0c8f100ff7.zip
ancher date to the top
Diffstat (limited to 'components/package')
-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")