mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
MiddlePanel background gradient
This commit is contained in:
parent
c3e1b51ac4
commit
98479c4dc4
3 changed files with 8 additions and 1 deletions
|
@ -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
BIN
images/middlePanelBg.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.4 KiB |
1
qml.qrc
1
qml.qrc
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue