aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/assets/qml/wallet.qml
diff options
context:
space:
mode:
authorMaran <maran.hidskes@gmail.com>2014-07-08 20:25:30 +0800
committerMaran <maran.hidskes@gmail.com>2014-07-08 20:25:30 +0800
commit7f9e614b5da75b948a0ba474e37254cb3f27ef0b (patch)
tree641fbb65406ea38d22aa5c636ea760a980c836f8 /ethereal/assets/qml/wallet.qml
parent79259c916ddb7fb9bbd2515dabb84b4f9025b4e3 (diff)
downloaddexon-7f9e614b5da75b948a0ba474e37254cb3f27ef0b.tar.gz
dexon-7f9e614b5da75b948a0ba474e37254cb3f27ef0b.tar.zst
dexon-7f9e614b5da75b948a0ba474e37254cb3f27ef0b.zip
Forgot two images
Diffstat (limited to 'ethereal/assets/qml/wallet.qml')
-rw-r--r--ethereal/assets/qml/wallet.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ethereal/assets/qml/wallet.qml b/ethereal/assets/qml/wallet.qml
index 33e1cc24c..c783cde83 100644
--- a/ethereal/assets/qml/wallet.qml
+++ b/ethereal/assets/qml/wallet.qml
@@ -436,7 +436,7 @@ ApplicationWindow {
onDoubleClicked: peerWindow.visible = true
anchors.fill: parent
}
- source: ui.assetPath("network.png")
+ source: "../network.png"
}
}
@@ -624,7 +624,7 @@ ApplicationWindow {
width: 150
fillMode: Image.PreserveAspectFit
smooth: true
- source: ui.assetPath("facet.png")
+ source: "../facet.png"
x: 10
y: 10
}