diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2017-11-26 00:02:43 +0100 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-29 23:04:01 +0100 |
| commit | 98479c4dc4bb7af7d05badee8e7fdef67c982456 (patch) | |
| tree | 53fee811ed98b3f66e6ef2ce517400b3693255b2 | |
| parent | c3e1b51ac4bcc2f5cf74bcc769bf776a06f02c9a (diff) | |
| download | monzero-gui-98479c4dc4bb7af7d05badee8e7fdef67c982456.tar.gz monzero-gui-98479c4dc4bb7af7d05badee8e7fdef67c982456.tar.xz monzero-gui-98479c4dc4bb7af7d05badee8e7fdef67c982456.zip | |
MiddlePanel background gradient
| -rw-r--r-- | MiddlePanel.qml | 8 | ||||
| -rw-r--r-- | images/middlePanelBg.jpg | bin | 0 -> 5503 bytes | |||
| -rw-r--r-- | qml.qrc | 1 |
3 files changed, 8 insertions, 1 deletions
diff --git a/MiddlePanel.qml b/MiddlePanel.qml index 0f816704..65982b79 100644 --- a/MiddlePanel.qml +++ b/MiddlePanel.qml @@ -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) { diff --git a/images/middlePanelBg.jpg b/images/middlePanelBg.jpg Binary files differnew file mode 100644 index 00000000..b169616a --- /dev/null +++ b/images/middlePanelBg.jpg @@ -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> |
