1
mirror of https://github.com/monero-project/monero-gui synced 2024-11-16 14:55:33 +01:00

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
commit 508546c7c8
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

View File

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