MiddlePanel background gradient

This commit is contained in:
Sander Ferdinand 2017-11-26 00:02:43 +01:00 committed by moneromooo-monero
parent c3e1b51ac4
commit 98479c4dc4
3 changed files with 8 additions and 1 deletions

View file

@ -69,7 +69,13 @@ Rectangle {
signal getProofClicked(string txid, string address, string message);
signal checkProofClicked(string txid, string address, string message, string signature);
color: "black"
Image {
anchors.left: parent.left
anchors.right: parent.right
anchors.top: parent.top
anchors.bottom: parent.bottom
source: "../images/middlePanelBg.jpg"
}
onCurrentViewChanged: {
if (previousView) {

BIN
images/middlePanelBg.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

View file

@ -189,5 +189,6 @@
<file>images/leftPanelBg.jpg</file>
<file>images/moneroIcon-28x28.png</file>
<file>images/lightning-white.png</file>
<file>images/middlePanelBg.jpg</file>
</qresource>
</RCC>