diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-10-12 10:24:13 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-10-12 10:24:13 +0200 |
commit | 7fcc3af36df139d5aac05ec573fb98c3d550cdd5 (patch) | |
tree | 882b2310801d0ec85d82b7ebb3e6059811ba8c73 | |
parent | fd3a6901f17f3dcfd446e531dd10c0eb61cf0b93 (diff) | |
download | kube-7fcc3af36df139d5aac05ec573fb98c3d550cdd5.tar.gz kube-7fcc3af36df139d5aac05ec573fb98c3d550cdd5.zip |
make outbox a little more pretty
-rw-r--r-- | components/package/contents/ui/Outbox.qml | 6 |
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 | } |