diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-24 22:05:01 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-24 22:05:01 +0800 |
commit | e5d1cb6db260c71e2205c4f65d383628bb518f5e (patch) | |
tree | 00212ed61a0bdb79985d8bf7196461ba026cd9e2 /features/TaskForm.ui.qml | |
parent | 372de3c1c8fb8d7be23713d51c1d4c926b7fcb10 (diff) |
All forms and icons are moved here
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" } } } |