summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-04-19 14:08:50 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-04-19 14:08:50 +0200
commit889c4aa465d3216a98f4cef8035d6cc40de3f3cd (patch)
tree1a82eb0e095dc256f49b50dc79b41a6d7b83ce22
parent320d3bbd4f5795324f92334eacf4edba17cc9348 (diff)
downloadkube-889c4aa465d3216a98f4cef8035d6cc40de3f3cd.tar.gz
kube-889c4aa465d3216a98f4cef8035d6cc40de3f3cd.zip
more use of kube.label
-rw-r--r--components/kube/contents/ui/Kube.qml6
1 files changed, 3 insertions, 3 deletions
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 {
201 } 201 }
202 Layout.fillHeight: true 202 Layout.fillHeight: true
203 203
204 Text { 204 Kube.Label{
205 text: model.name 205 text: model.name
206 font.weight: Font.DemiBold 206 font.weight: Font.Bold
207 color: Kube.Colors.highlightedTextColor 207 color: Kube.Colors.highlightedTextColor
208 } 208 }
209 209
@@ -262,7 +262,7 @@ Controls2.ApplicationWindow {
262 262
263 Repeater { 263 Repeater {
264 model: currentAccountModel 264 model: currentAccountModel
265 Text { 265 Kube.Label {
266 id: statusText 266 id: statusText
267 anchors.centerIn: parent 267 anchors.centerIn: parent
268 visible: false 268 visible: false