mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Fix implicitWidth binding loop.
CURA-8849
This commit is contained in:
parent
8761a476a6
commit
7700d01cf3
2 changed files with 1 additions and 2 deletions
|
@ -103,7 +103,6 @@ Item
|
|||
id: backgroundLine
|
||||
height: UM.Theme.getSize("print_setup_slider_groove").height
|
||||
width: parent.width - UM.Theme.getSize("print_setup_slider_handle").width
|
||||
implicitWidth: width
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
color: infillSlider.enabled ? UM.Theme.getColor("quality_slider_available") : UM.Theme.getColor("quality_slider_unavailable")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue