Compare commits
No commits in common. "bf617ba72c729af4fb7c3c1a686bc67395100757" and "cd0500c40ba953568c3291bb8dc89001efdbb473" have entirely different histories.
bf617ba72c
...
cd0500c40b
2 changed files with 1 additions and 14 deletions
|
@ -33,19 +33,6 @@ ColoredItemDelegate {
|
||||||
NumberAnimation { target: partDel; property: "scale"; from: 0.8; to: 1.0; duration: 400 }
|
NumberAnimation { target: partDel; property: "scale"; from: 0.8; to: 1.0; duration: 400 }
|
||||||
}
|
}
|
||||||
|
|
||||||
Rectangle {
|
|
||||||
visible: widgetData["route_quota"] !== null && parseInt(widgetData["route_quota"]) - 1 === thisIndex
|
|
||||||
|
|
||||||
anchors {
|
|
||||||
left: parent.left
|
|
||||||
right: parent.right
|
|
||||||
verticalCenter: parent.bottom
|
|
||||||
}
|
|
||||||
|
|
||||||
height: 3
|
|
||||||
color: Material.primaryTextColor
|
|
||||||
}
|
|
||||||
|
|
||||||
GridLayout {
|
GridLayout {
|
||||||
id: partDelCol
|
id: partDelCol
|
||||||
|
|
||||||
|
|
|
@ -70,7 +70,7 @@ Row {
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
font.bold: thisData["result_l"] !== undefined && thisData["result_r"] !== undefined && thisData[thisKey] === thisData["result"]
|
font.bold: thisData["result_l"] !== undefined && thisData["result_r"] !== undefined && thisData[thisKey] === thisData["result"]
|
||||||
|
|
||||||
text: (control.thisData[thisKey] !== undefined && parseInt(control.thisData[thisKey]) > 0) ? control.thisData[thisKey] : ""
|
text: control.thisData[thisKey] ?? ""
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue