some debugging helpful pieces to be removed later

This commit is contained in:
Chris Cochrun 2023-01-27 16:45:38 -06:00
parent 45da1ff33d
commit 1dfe58c996
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@ Item {
/* anchors.leftMargin: Kirigami.Units.smallSpacing * 8 */
anchors.topMargin: Kirigami.Units.smallSpacing * 3
elide: Text.ElideRight
text: ServiceItemModel.getItem(serviceItemId).name
text: serviceItemId //ServiceItemModel.getItem(serviceItemId).name
/* font.family: "Quicksand Bold" */
}