Merge pull request #880

3c46d6d Add separator below Settings menu button
This commit is contained in:
luigi1111
2017-10-23 13:51:46 -05:00

View File

@@ -475,6 +475,14 @@ Rectangle {
panel.settingsClicked() panel.settingsClicked()
} }
} }
Rectangle {
visible: settingsButton.present
anchors.left: parent.left
anchors.right: parent.right
anchors.leftMargin: 16
color: "#505050"
height: 1
}
} }