mirror of
https://github.com/monero-project/monero-gui
synced 2024-12-22 03:15:52 +01:00
MiddlePanel background gradient
This commit is contained in:
parent
c3e1b51ac4
commit
98479c4dc4
@ -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 |
Loading…
Reference in New Issue
Block a user