summaryrefslogtreecommitdiffstats
path: root/views/todo/qml/View.qml
diff options
context:
space:
mode:
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}