diff options
author | jan Iversen <jani@libreoffice.org> | 2018-06-04 19:41:46 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-06-08 17:04:43 +0200 |
commit | 1c9bd08d555704d522a9c7879d465892c640e097 (patch) | |
tree | f205588ae0ab14dfcb44efe3ea5a8d42e209f8bf /mobile-widgets/qml/main.qml | |
parent | 552f625e526e352c7b7ac8ef54ff49883f683914 (diff) | |
download | subsurface-1c9bd08d555704d522a9c7879d465892c640e097.tar.gz |
mobile: clean qml dir (move dive.jpg to icons)
Cleanup qml dir by moving dive.jpg to the icon dir
Signed-off-by: Jan Iversen <jani@apache.org>
Diffstat (limited to 'mobile-widgets/qml/main.qml')
-rw-r--r-- | mobile-widgets/qml/main.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml index 0832e005a..5948e69c6 100644 --- a/mobile-widgets/qml/main.qml +++ b/mobile-widgets/qml/main.qml @@ -109,7 +109,7 @@ Kirigami.ApplicationWindow { title: qsTr("Subsurface") titleIcon: "qrc:/qml/subsurface-mobile-icon.png" - bannerImageSource: "dive.jpg" + bannerImageSource: ":/icons/dive.jpg" resetMenuOnTriggered: false actions: [ |