diff options
Diffstat (limited to 'pages/TaskList.qml')
-rw-r--r-- | pages/TaskList.qml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pages/TaskList.qml b/pages/TaskList.qml index 0714a8b..07a10ba 100644 --- a/pages/TaskList.qml +++ b/pages/TaskList.qml @@ -7,9 +7,7 @@ TaskListForm { delegate: TaskForm { width: parent.width height: task.height - checkBox.text: subject } - ScrollBar.vertical: ScrollBar {} } |