Use Item instead of transparent Rectangle

This commit is contained in:
Lipu Fei 2019-03-20 13:49:14 +01:00
parent 95a0a5fb24
commit 428fb5a3a1

View file

@ -146,10 +146,9 @@ ScrollView
font: UM.Theme.getFont("default")
visible: base.currentSection == section
background: Rectangle
background: Item
{
anchors.fill: parent
color: "transparent"
}
indicator: Rectangle