summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--components/package/contents/ui/Outbox.qml6
1 files changed, 4 insertions, 2 deletions
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 {
47 } 47 }
48 48
49 height: modelCount * Kirigami.Units.gridUnit * 3 + 10//scrollView.height height: Kirigami.Units.gridUnit * 15 49 height: modelCount * Kirigami.Units.gridUnit * 3 + 10//scrollView.height height: Kirigami.Units.gridUnit * 15
50 width: Kirigami.Units.gridUnit * 12 50 width: Kirigami.Units.gridUnit * 20
51 51
52 color: Kirigami.Theme.backgroundColor 52 color: Kirigami.Theme.backgroundColor
53 border.width: 1 53 border.width: 1
@@ -76,7 +76,9 @@ ToolButton {
76 height: Kirigami.Units.gridUnit * 3 76 height: Kirigami.Units.gridUnit * 3
77 77
78 Kirigami.Label { 78 Kirigami.Label {
79 anchors.centerIn: parent 79
80 anchors.verticalCenter: parent.verticalCenter
81
80 text: model.subject 82 text: model.subject
81 } 83 }
82 } 84 }