mirror of
https://github.com/monero-project/monero-gui
synced 2024-12-26 01:23:44 +01:00
StandardDropdown: remove dots from upper corners
This commit is contained in:
parent
43f378b7d2
commit
cc22693504
@ -137,20 +137,6 @@ Item {
|
|||||||
height: dropdown.expanded ? columnid.height : 0
|
height: dropdown.expanded ? columnid.height : 0
|
||||||
color: dropdown.pressedColor
|
color: dropdown.pressedColor
|
||||||
|
|
||||||
Rectangle {
|
|
||||||
anchors.left: parent.left
|
|
||||||
anchors.top: parent.top
|
|
||||||
width: 3; height: 3
|
|
||||||
color: dropdown.pressedColor
|
|
||||||
}
|
|
||||||
|
|
||||||
Rectangle {
|
|
||||||
anchors.right: parent.right
|
|
||||||
anchors.top: parent.top
|
|
||||||
width: 3; height: 3
|
|
||||||
color: dropdown.pressedColor
|
|
||||||
}
|
|
||||||
|
|
||||||
Behavior on height {
|
Behavior on height {
|
||||||
NumberAnimation { duration: 100; easing.type: Easing.InQuad }
|
NumberAnimation { duration: 100; easing.type: Easing.InQuad }
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user