diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-25 15:31:34 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-25 15:31:34 +0200 |
commit | cf7cc1d9707399c3cc270f4b3c6987175d7baf49 (patch) | |
tree | d68c7c1b3913e6440bf9ac14b5c7385b98cf0f13 /components | |
parent | 629e354ebc7d8b19ddd57f9da2a3538eea27f148 (diff) | |
download | kube-cf7cc1d9707399c3cc270f4b3c6987175d7baf49.tar.gz kube-cf7cc1d9707399c3cc270f4b3c6987175d7baf49.zip |
Hardcode colors in a single place
Diffstat (limited to 'components')
-rw-r--r-- | components/kube/contents/ui/Kube.qml | 2 |
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 { |