mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-22 17:50:22 +02:00
Merge pull request #3583
192b36f
StandardDropdown: remove dots from corners (rating89us)
This commit is contained in:
commit
1a8e3111e4
@ -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