1
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:
MaxXor 2017-09-17 18:29:41 +02:00
parent c68c317776
commit 3c46d6d1bd

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