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