Add separator below Settings menu button

This commit is contained in:
MaxXor 2017-09-17 18:29:41 +02:00
parent c68c317776
commit 3c46d6d1bd
1 changed files with 8 additions and 0 deletions

View File

@ -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
}
}