From 7fcc3af36df139d5aac05ec573fb98c3d550cdd5 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Wed, 12 Oct 2016 10:24:13 +0200 Subject: make outbox a little more pretty --- components/package/contents/ui/Outbox.qml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'components/package') diff --git a/components/package/contents/ui/Outbox.qml b/components/package/contents/ui/Outbox.qml index c7b1f7b0..4da5feb8 100644 --- a/components/package/contents/ui/Outbox.qml +++ b/components/package/contents/ui/Outbox.qml @@ -47,7 +47,7 @@ ToolButton { } height: modelCount * Kirigami.Units.gridUnit * 3 + 10//scrollView.height height: Kirigami.Units.gridUnit * 15 - width: Kirigami.Units.gridUnit * 12 + width: Kirigami.Units.gridUnit * 20 color: Kirigami.Theme.backgroundColor border.width: 1 @@ -76,7 +76,9 @@ ToolButton { height: Kirigami.Units.gridUnit * 3 Kirigami.Label { - anchors.centerIn: parent + + anchors.verticalCenter: parent.verticalCenter + text: model.subject } } -- cgit v1.2.3