mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-11 05:14:34 +00:00
Merge pull request #880
3c46d6d
Add separator below Settings menu button
This commit is contained in:
commit
508546c7c8
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue