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:
commit
508546c7c8
@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user