mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 09:55:54 +08:00
Fix implicitWidth binding loop.
CURA-8849
This commit is contained in:
parent
8761a476a6
commit
7700d01cf3
@ -13,7 +13,7 @@ import Cura 1.0 as Cura
|
|||||||
Item
|
Item
|
||||||
{
|
{
|
||||||
id: enableAdhesionRow
|
id: enableAdhesionRow
|
||||||
height: childrenRect.height
|
height: enableAdhesionContainer.height
|
||||||
|
|
||||||
property real labelColumnWidth: Math.round(width / 3)
|
property real labelColumnWidth: Math.round(width / 3)
|
||||||
property var curaRecommendedMode: Cura.RecommendedMode {}
|
property var curaRecommendedMode: Cura.RecommendedMode {}
|
||||||
|
@ -103,7 +103,6 @@ Item
|
|||||||
id: backgroundLine
|
id: backgroundLine
|
||||||
height: UM.Theme.getSize("print_setup_slider_groove").height
|
height: UM.Theme.getSize("print_setup_slider_groove").height
|
||||||
width: parent.width - UM.Theme.getSize("print_setup_slider_handle").width
|
width: parent.width - UM.Theme.getSize("print_setup_slider_handle").width
|
||||||
implicitWidth: width
|
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
color: infillSlider.enabled ? UM.Theme.getColor("quality_slider_available") : UM.Theme.getColor("quality_slider_unavailable")
|
color: infillSlider.enabled ? UM.Theme.getColor("quality_slider_available") : UM.Theme.getColor("quality_slider_unavailable")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user