diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-12-11 14:19:02 +0100 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-12-11 14:19:02 +0100 |
commit | c752222b13fffdddd1150dbe748d4d7e4135b3d9 (patch) | |
tree | a782e4583b637014496e56ec328d63908da601b6 /components/package/contents/ui/SingleMailView.qml | |
parent | 0079da41e5738a2af28feb958a14c5b4d8f4ebf5 (diff) | |
download | kube-c752222b13fffdddd1150dbe748d4d7e4135b3d9.tar.gz kube-c752222b13fffdddd1150dbe748d4d7e4135b3d9.zip |
make sender and recipients have the same width
Diffstat (limited to 'components/package/contents/ui/SingleMailView.qml')
-rw-r--r-- | components/package/contents/ui/SingleMailView.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/package/contents/ui/SingleMailView.qml b/components/package/contents/ui/SingleMailView.qml index 5872d4b5..e737883e 100644 --- a/components/package/contents/ui/SingleMailView.qml +++ b/components/package/contents/ui/SingleMailView.qml | |||
@@ -156,7 +156,7 @@ Item { | |||
156 | topMargin: Kirigami.Units.smallSpacing | 156 | topMargin: Kirigami.Units.smallSpacing |
157 | } | 157 | } |
158 | 158 | ||
159 | width: parent.width - avatar.width - Kirigami.Units.largeSpacing * 3 | 159 | width: parent.width - avatar.width - Kirigami.Units.largeSpacing * 2 |
160 | 160 | ||
161 | spacing: Kirigami.Units.smallSpacing | 161 | spacing: Kirigami.Units.smallSpacing |
162 | clip: true | 162 | clip: true |