From 0a94c74387c25962b74da251078b3763490e3697 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Wed, 19 Apr 2017 13:36:50 +0200 Subject: use kube controls in outbox --- framework/qml/Outbox.qml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'framework/qml') diff --git a/framework/qml/Outbox.qml b/framework/qml/Outbox.qml index 07c0c6d2..43d0f102 100644 --- a/framework/qml/Outbox.qml +++ b/framework/qml/Outbox.qml @@ -54,7 +54,7 @@ Rectangle { Row { anchors.centerIn: parent spacing: Kube.Units.smallSpacing - Text { + Kube.Label { id: text anchors.verticalCenter: parent.verticalCenter text: outboxModel.count > 0 ? "Pending (" + outboxModel.count + ")" : "Outbox" @@ -108,7 +108,7 @@ Rectangle { border.color: Kube.Colors.backgroundColor border.width: 1 - Label { + Kube.Label { id: subjectLabel anchors { verticalCenter: parent.verticalCenter @@ -165,7 +165,7 @@ Rectangle { clip: true } - Button { + Kube.Button { id: sendNowButton anchors { @@ -183,7 +183,7 @@ Rectangle { } } - Label { + Kube.Label { anchors.centerIn: parent visible: listView.count == 0 -- cgit v1.2.3