mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-10 15:39:01 +08:00
Fix section mismatch after package order changed
Contributes to: CURA-8587
This commit is contained in:
parent
6514fdf9f2
commit
caa8da69b4
@ -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…
x
Reference in New Issue
Block a user