diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-04-19 14:08:50 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-04-19 14:08:50 +0200 |
commit | 889c4aa465d3216a98f4cef8035d6cc40de3f3cd (patch) | |
tree | 1a82eb0e095dc256f49b50dc79b41a6d7b83ce22 | |
parent | 320d3bbd4f5795324f92334eacf4edba17cc9348 (diff) | |
download | kube-889c4aa465d3216a98f4cef8035d6cc40de3f3cd.tar.gz kube-889c4aa465d3216a98f4cef8035d6cc40de3f3cd.zip |
more use of kube.label
-rw-r--r-- | components/kube/contents/ui/Kube.qml | 6 |
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 |