mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Use Item instead of transparent Rectangle
This commit is contained in:
parent
95a0a5fb24
commit
428fb5a3a1
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue