From 47b61ceb64828c16d40028ca4790baa378214056 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Thu, 6 Apr 2017 14:12:53 +0200 Subject: use kube button in accountWizard --- components/accounts/contents/ui/AccountWizard.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components') diff --git a/components/accounts/contents/ui/AccountWizard.qml b/components/accounts/contents/ui/AccountWizard.qml index 877a9d33..f7296924 100644 --- a/components/accounts/contents/ui/AccountWizard.qml +++ b/components/accounts/contents/ui/AccountWizard.qml @@ -64,7 +64,7 @@ Controls2.Popup { Repeater { //TODO replace by model of available accounts model: ["kolabnow", "imap", "maildir", "gmail"] - delegate: Controls2.Button { + delegate: Kube.Button { Layout.fillWidth: true text: modelData onClicked: { -- cgit v1.2.3