mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-28 18:56:32 +02: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 getProofClicked(string txid, string address, string message);
|
||||||
signal checkProofClicked(string txid, string address, string message, string signature);
|
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: {
|
onCurrentViewChanged: {
|
||||||
if (previousView) {
|
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/leftPanelBg.jpg</file>
|
||||||
<file>images/moneroIcon-28x28.png</file>
|
<file>images/moneroIcon-28x28.png</file>
|
||||||
<file>images/lightning-white.png</file>
|
<file>images/lightning-white.png</file>
|
||||||
|
<file>images/middlePanelBg.jpg</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
Loading…
Reference in New Issue
Block a user