diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2018-05-24 10:05:25 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2018-05-24 10:05:25 +0200 |
commit | 53db4a4aa0d40ae5201ccb42cbf7a38e25e16670 (patch) | |
tree | 8e44fd8e6a6d7f8dc168769a230eb8e078d474b7 | |
parent | df28185017d44c95b25322fd9da007a3f04c99e9 (diff) | |
download | kube-53db4a4aa0d40ae5201ccb42cbf7a38e25e16670.tar.gz kube-53db4a4aa0d40ae5201ccb42cbf7a38e25e16670.zip |
add background color
-rw-r--r-- | views/todo/qml/View.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/todo/qml/View.qml b/views/todo/qml/View.qml index e19e2fb0..345fc5a5 100644 --- a/views/todo/qml/View.qml +++ b/views/todo/qml/View.qml | |||
@@ -50,6 +50,7 @@ FocusScope { | |||
50 | } | 50 | } |
51 | 51 | ||
52 | Rectangle { | 52 | Rectangle { |
53 | color: Kube.Colors.backgroundColor | ||
53 | } | 54 | } |
54 | } | 55 | } |
55 | } | 56 | } |