summaryrefslogtreecommitdiffstats
path: root/views/todo/qml/View.qml
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2018-05-24 10:05:25 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2018-05-24 10:05:25 +0200
commit53db4a4aa0d40ae5201ccb42cbf7a38e25e16670 (patch)
tree8e44fd8e6a6d7f8dc168769a230eb8e078d474b7 /views/todo/qml/View.qml
parentdf28185017d44c95b25322fd9da007a3f04c99e9 (diff)
downloadkube-53db4a4aa0d40ae5201ccb42cbf7a38e25e16670.tar.gz
kube-53db4a4aa0d40ae5201ccb42cbf7a38e25e16670.zip
add background color
Diffstat (limited to 'views/todo/qml/View.qml')
-rw-r--r--views/todo/qml/View.qml1
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}