Merge pull request #3583

192b36f StandardDropdown: remove dots from corners (rating89us)
This commit is contained in:
luigi1111 2021-06-24 13:53:22 -05:00
commit 1a8e3111e4
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

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