From 889c4aa465d3216a98f4cef8035d6cc40de3f3cd Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Wed, 19 Apr 2017 14:08:50 +0200 Subject: more use of kube.label --- components/kube/contents/ui/Kube.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'components') diff --git a/components/kube/contents/ui/Kube.qml b/components/kube/contents/ui/Kube.qml index 1012d691..86f606b4 100644 --- a/components/kube/contents/ui/Kube.qml +++ b/components/kube/contents/ui/Kube.qml @@ -201,9 +201,9 @@ Controls2.ApplicationWindow { } Layout.fillHeight: true - Text { + Kube.Label{ text: model.name - font.weight: Font.DemiBold + font.weight: Font.Bold color: Kube.Colors.highlightedTextColor } @@ -262,7 +262,7 @@ Controls2.ApplicationWindow { Repeater { model: currentAccountModel - Text { + Kube.Label { id: statusText anchors.centerIn: parent visible: false -- cgit v1.2.3