aboutsummaryrefslogtreecommitdiff
path: root/LeftPanel.qml
diff options
context:
space:
mode:
Diffstat (limited to 'LeftPanel.qml')
-rw-r--r--LeftPanel.qml8
1 files changed, 8 insertions, 0 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml
index 4c47c897..0368063e 100644
--- a/LeftPanel.qml
+++ b/LeftPanel.qml
@@ -477,6 +477,14 @@ Rectangle {
panel.settingsClicked()
}
}
+ Rectangle {
+ visible: settingsButton.present
+ anchors.left: parent.left
+ anchors.right: parent.right
+ anchors.leftMargin: 16
+ color: "#505050"
+ height: 1
+ }
}