diff options
-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 |