mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 08:19:02 +08:00
Use Item instead of transparent Rectangle
This commit is contained in:
parent
95a0a5fb24
commit
428fb5a3a1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user