mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 20:05:56 +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")
|
font: UM.Theme.getFont("default")
|
||||||
visible: base.currentSection == section
|
visible: base.currentSection == section
|
||||||
|
|
||||||
background: Rectangle
|
background: Item
|
||||||
{
|
{
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
color: "transparent"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
indicator: Rectangle
|
indicator: Rectangle
|
||||||
|
Loading…
x
Reference in New Issue
Block a user