aboutsummaryrefslogtreecommitdiff
path: root/LeftPanel.qml
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2018-05-07 15:50:45 -0500
committerluigi1111 <luigi1111w@gmail.com>2018-05-07 15:50:45 -0500
commitff3987ccab3626f8a8354fee8b3557567e73594e (patch)
tree7f121d620d785a920bfebcfb7caaeb8ea443003c /LeftPanel.qml
parent6de8e70004768edd27e7f1a3733545b69b1fe2b8 (diff)
parent26aabd2226604a599f53b4fd443a7fdb1bbfc03d (diff)
downloadmonzero-gui-ff3987ccab3626f8a8354fee8b3557567e73594e.tar.gz
monzero-gui-ff3987ccab3626f8a8354fee8b3557567e73594e.tar.xz
monzero-gui-ff3987ccab3626f8a8354fee8b3557567e73594e.zip
Merge pull request #1362
fe53cdd Brighter backgrounds 7418a10 Improve contrast - brighten up borders 48b9aa4 Brigther left panel 26aabd2 Bottom left panel needs to have a transparent background
Diffstat (limited to 'LeftPanel.qml')
-rw-r--r--LeftPanel.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml
index 5da80c49..f8ec6e9f 100644
--- a/LeftPanel.qml
+++ b/LeftPanel.qml
@@ -578,7 +578,7 @@ Rectangle {
anchors.rightMargin: 0
anchors.bottom: networkStatus.top;
height: 10 * scaleRatio
- color: "black"
+ color: "transparent"
}
NetworkStatusItem {