fixing presentation modes
This commit is contained in:
parent
c2a56cd24b
commit
c9938df714
3 changed files with 38 additions and 79 deletions
|
@ -70,7 +70,7 @@ Item {
|
|||
anchors.topMargin: Kirigami.Units.smallSpacing
|
||||
anchors.rightMargin: Kirigami.Units.smallSpacing * 2
|
||||
elide: Text.ElideRight
|
||||
text: ServiceItemC.getRust(serviceItemId, ServiceItemModel).name
|
||||
text: ServiceItemModel.getItem(serviceItemId).name
|
||||
font.bold: true
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue