1
mirror of https://github.com/monero-project/monero-gui synced 2024-11-21 12:44:14 +01:00

StandardDropdown: remove dots from corners

This commit is contained in:
rating89us 2021-06-22 10:09:11 +02:00 committed by GitHub
parent 453388f744
commit 192b36f74f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -209,20 +209,6 @@ ColumnLayout {
text: ""
}
Rectangle {
anchors.left: parent.left
anchors.top: parent.top
width: 3; height: 3
color: parent.color
}
Rectangle {
anchors.right: parent.right
anchors.top: parent.top
width: 3; height: 3
color: parent.color
}
MouseArea {
id: itemArea
anchors.fill: parent