good morning!!!!

Skip to content
Snippets Groups Projects
Commit 7f9e614b authored by Maran Hidskes's avatar Maran Hidskes
Browse files

Forgot two images

parent 79259c91
No related branches found
No related tags found
No related merge requests found
...@@ -436,7 +436,7 @@ ApplicationWindow { ...@@ -436,7 +436,7 @@ ApplicationWindow {
onDoubleClicked: peerWindow.visible = true onDoubleClicked: peerWindow.visible = true
anchors.fill: parent anchors.fill: parent
} }
source: ui.assetPath("network.png") source: "../network.png"
} }
} }
...@@ -624,7 +624,7 @@ ApplicationWindow { ...@@ -624,7 +624,7 @@ ApplicationWindow {
width: 150 width: 150
fillMode: Image.PreserveAspectFit fillMode: Image.PreserveAspectFit
smooth: true smooth: true
source: ui.assetPath("facet.png") source: "../facet.png"
x: 10 x: 10
y: 10 y: 10
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment