mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-15 04:26:37 +00:00
Forgot two images
This commit is contained in:
parent
79259c916d
commit
7f9e614b5d
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||||
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
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue