diff options
Diffstat (limited to 'features/TaskForm.ui.qml')
-rw-r--r-- | features/TaskForm.ui.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/TaskForm.ui.qml b/features/TaskForm.ui.qml index 57cfbce..50ae148 100644 --- a/features/TaskForm.ui.qml +++ b/features/TaskForm.ui.qml @@ -76,7 +76,7 @@ GridLayout { sourceSize.height: 24 sourceSize.width: 24 Layout.alignment: Qt.AlignRight | Qt.AlignVCenter - source: "/assets/chevron-right-24px.svg" + source: "/components/icons/chevron-right-24px.svg" } } } |