summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/kube/contents/ui/Kube.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/kube/contents/ui/Kube.qml b/components/kube/contents/ui/Kube.qml
index d2d2fad2..33abaadb 100644
--- a/components/kube/contents/ui/Kube.qml
+++ b/components/kube/contents/ui/Kube.qml
@@ -106,7 +106,7 @@ Controls2.ApplicationWindow {
106 bottom: parent.bottom 106 bottom: parent.bottom
107 } 107 }
108 width: Kube.Units.gridUnit + Kube.Units.largeSpacing 108 width: Kube.Units.gridUnit + Kube.Units.largeSpacing
109 color: "#232629"//Kube.Colors.textColor 109 color: Kube.Colors.statusbarColor
110 110
111 Column { 111 Column {
112 anchors { 112 anchors {