mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
552f625e52
commit
1c9bd08d55
3 changed files with 2 additions and 2 deletions
Before Width: | Height: | Size: 230 KiB After Width: | Height: | Size: 230 KiB |
|
@ -109,7 +109,7 @@ Kirigami.ApplicationWindow {
|
||||||
title: qsTr("Subsurface")
|
title: qsTr("Subsurface")
|
||||||
titleIcon: "qrc:/qml/subsurface-mobile-icon.png"
|
titleIcon: "qrc:/qml/subsurface-mobile-icon.png"
|
||||||
|
|
||||||
bannerImageSource: "dive.jpg"
|
bannerImageSource: ":/icons/dive.jpg"
|
||||||
resetMenuOnTriggered: false
|
resetMenuOnTriggered: false
|
||||||
|
|
||||||
actions: [
|
actions: [
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
<!-- ********** pictures ********** -->
|
<!-- ********** pictures ********** -->
|
||||||
<file alias="context-menu.png">icons/context-menu.png</file>
|
<file alias="context-menu.png">icons/context-menu.png</file>
|
||||||
<file>dive.jpg</file>
|
<file>icons/dive.jpg</file>
|
||||||
<file alias="menu-back.png">icons/menu-back.png</file>
|
<file alias="menu-back.png">icons/menu-back.png</file>
|
||||||
<file alias="menu-edit.png">icons/menu-edit.png</file>
|
<file alias="menu-edit.png">icons/menu-edit.png</file>
|
||||||
<file alias="main-menu.png">icons/main-menu.png</file>
|
<file alias="main-menu.png">icons/main-menu.png</file>
|
||||||
|
|
Loading…
Add table
Reference in a new issue