From c752222b13fffdddd1150dbe748d4d7e4135b3d9 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Sun, 11 Dec 2016 14:19:02 +0100 Subject: make sender and recipients have the same width --- components/package/contents/ui/SingleMailView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/package/contents') 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 { topMargin: Kirigami.Units.smallSpacing } - width: parent.width - avatar.width - Kirigami.Units.largeSpacing * 3 + width: parent.width - avatar.width - Kirigami.Units.largeSpacing * 2 spacing: Kirigami.Units.smallSpacing clip: true -- cgit v1.2.3