mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fix some binding loops
Contributes to issue CURA-4149.
This commit is contained in:
parent
c4305c7b1e
commit
e514a9f474
1 changed files with 4 additions and 6 deletions
|
|
@ -414,16 +414,14 @@ Rectangle
|
||||||
id: timeSpecsRow
|
id: timeSpecsRow
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.bottom: filamentSpecsRow.top
|
anchors.bottom: filamentSpecsRow.top
|
||||||
width: childrenRect.width
|
|
||||||
height: childrenRect.height
|
|
||||||
|
|
||||||
UM.TooltipArea
|
UM.TooltipArea
|
||||||
{
|
{
|
||||||
id: timeSpecPerFeatureTooltipArea
|
id: timeSpecPerFeatureTooltipArea
|
||||||
width: childrenRect.width
|
width: timeSpec.width
|
||||||
height: childrenRect.height
|
height: timeSpec.height
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.bottom: parent.bottom
|
||||||
|
|
||||||
text: {
|
text: {
|
||||||
var order = ["inset_0", "inset_x", "skin", "infill", "support_infill", "support_interface", "support", "travel", "retract", "none"];
|
var order = ["inset_0", "inset_x", "skin", "infill", "support_infill", "support_interface", "support", "travel", "retract", "none"];
|
||||||
|
|
@ -475,7 +473,7 @@ Rectangle
|
||||||
{
|
{
|
||||||
id: lengthSpec
|
id: lengthSpec
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.bottom: parent.bottom
|
||||||
font: UM.Theme.getFont("small")
|
font: UM.Theme.getFont("small")
|
||||||
color: UM.Theme.getColor("text_subtext")
|
color: UM.Theme.getColor("text_subtext")
|
||||||
text:
|
text:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue