mirror of
https://github.com/monero-project/monero-gui
synced 2024-11-16 14:55:33 +01:00
Add separator below Settings menu button
This commit is contained in:
parent
c68c317776
commit
3c46d6d1bd
@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user