aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSander Ferdinand <sa.ferdinand@gmail.com>2017-11-26 00:02:43 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-03-29 23:04:01 +0100
commit98479c4dc4bb7af7d05badee8e7fdef67c982456 (patch)
tree53fee811ed98b3f66e6ef2ce517400b3693255b2
parentc3e1b51ac4bcc2f5cf74bcc769bf776a06f02c9a (diff)
downloadmonzero-gui-98479c4dc4bb7af7d05badee8e7fdef67c982456.tar.gz
monzero-gui-98479c4dc4bb7af7d05badee8e7fdef67c982456.tar.xz
monzero-gui-98479c4dc4bb7af7d05badee8e7fdef67c982456.zip
MiddlePanel background gradient
-rw-r--r--MiddlePanel.qml8
-rw-r--r--images/middlePanelBg.jpgbin0 -> 5503 bytes
-rw-r--r--qml.qrc1
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
new file mode 100644
index 00000000..b169616a
--- /dev/null
+++ b/images/middlePanelBg.jpg
Binary files differ
diff --git a/qml.qrc b/qml.qrc
index 84c2f6c3..d17b7dd6 100644
--- a/qml.qrc
+++ b/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>