mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Fix section mismatch after package order changed
Contributes to: CURA-8587
This commit is contained in:
parent
6514fdf9f2
commit
caa8da69b4
1 changed files with 2 additions and 4 deletions
|
@ -29,17 +29,16 @@ ListView
|
|||
|
||||
color: UM.Theme.getColor("detail_background")
|
||||
|
||||
required property string section
|
||||
|
||||
Label
|
||||
{
|
||||
id: sectionHeaderText
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
anchors.left: parent.left
|
||||
|
||||
text: parent.section
|
||||
text: section
|
||||
font: UM.Theme.getFont("large")
|
||||
color: UM.Theme.getColor("text")
|
||||
onTextChanged: print(text)
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -221,4 +220,3 @@ ListView
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue