diff options
Diffstat (limited to 'LeftPanel.qml')
| -rw-r--r-- | LeftPanel.qml | 2 |
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 { |
