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:
parent
453388f744
commit
192b36f74f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user