diff options
| -rw-r--r-- | LeftPanel.qml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml index cd83989f..6f843fc7 100644 --- a/LeftPanel.qml +++ b/LeftPanel.qml @@ -475,6 +475,14 @@ Rectangle { panel.settingsClicked() } } + Rectangle { + visible: settingsButton.present + anchors.left: parent.left + anchors.right: parent.right + anchors.leftMargin: 16 + color: "#505050" + height: 1 + } } |
