From 320d3bbd4f5795324f92334eacf4edba17cc9348 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Wed, 19 Apr 2017 14:03:43 +0200 Subject: use kube.label in focus composer --- framework/qml/FocusComposer.qml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'framework/qml') diff --git a/framework/qml/FocusComposer.qml b/framework/qml/FocusComposer.qml index 08b56ac5..7330b236 100644 --- a/framework/qml/FocusComposer.qml +++ b/framework/qml/FocusComposer.qml @@ -77,7 +77,7 @@ Kube.Popup { columns: 2 - Controls2.Label { + Kube.Label { Layout.alignment: Qt.AlignVCenter | Qt.AlignRight text: "To" } @@ -99,7 +99,7 @@ Kube.Popup { } - Controls2.Label { + Kube.Label { Layout.alignment: Qt.AlignVCenter | Qt.AlignRight text: "Cc" visible: cc.visible @@ -124,7 +124,7 @@ Kube.Popup { } } - Controls2.Label { + Kube.Label { Layout.alignment: Qt.AlignVCenter | Qt.AlignRight text: "Bcc" visible: bcc.visible @@ -149,7 +149,7 @@ Kube.Popup { } } - Controls2.Label { + Kube.Label { text: "From" } -- cgit v1.2.3