Fix #116.
This commit is contained in:
parent
579a1dfca8
commit
dd0b59959f
|
@ -89,6 +89,16 @@ ColumnLayout {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Rectangle {
|
||||||
|
anchors.fill: parent
|
||||||
|
|
||||||
|
color: "transparent"
|
||||||
|
radius: 24
|
||||||
|
|
||||||
|
border.width: 2
|
||||||
|
border.color: MPalette.banner
|
||||||
|
}
|
||||||
|
|
||||||
AutoMouseArea {
|
AutoMouseArea {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue