From 7418a10d28629658713d3dc162d37ba232bc992d Mon Sep 17 00:00:00 2001 From: Sander Ferdinand Date: Mon, 30 Apr 2018 00:52:48 +0200 Subject: Improve contrast - brighten up borders --- LeftPanel.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LeftPanel.qml') 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 { -- cgit v1.2.3