summaryrefslogtreecommitdiffstats
path: root/components/mailviewer/qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/mailviewer/qml')
-rw-r--r--components/mailviewer/qml/MailPart.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/mailviewer/qml/MailPart.qml b/components/mailviewer/qml/MailPart.qml
index e570ebaa..af7d8f20 100644
--- a/components/mailviewer/qml/MailPart.qml
+++ b/components/mailviewer/qml/MailPart.qml
@@ -46,10 +46,12 @@ Item {
46 top: parent.top 46 top: parent.top
47 left: border.right 47 left: border.right
48 leftMargin: Kube.Units.smallSpacing 48 leftMargin: Kube.Units.smallSpacing
49 right: parent.right
49 } 50 }
50 51
51 text: qsTr("sent by %1 on %2").arg(root.sender).arg(root.date) 52 text: qsTr("sent by %1 on %2").arg(root.sender).arg(root.date)
52 color: "grey" 53 color: "grey"
54 clip: true
53 } 55 }
54 ListView { 56 ListView {
55 id: partListView 57 id: partListView