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 /MiddlePanel.qml | |
| parent | c3e1b51ac4bcc2f5cf74bcc769bf776a06f02c9a (diff) | |
| download | monzero-gui-98479c4dc4bb7af7d05badee8e7fdef67c982456.tar.gz monzero-gui-98479c4dc4bb7af7d05badee8e7fdef67c982456.tar.xz monzero-gui-98479c4dc4bb7af7d05badee8e7fdef67c982456.zip | |
MiddlePanel background gradient
Diffstat (limited to 'MiddlePanel.qml')
| -rw-r--r-- | MiddlePanel.qml | 8 |
1 files changed, 7 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) { |
