some debugging helpful pieces to be removed later
This commit is contained in:
parent
45da1ff33d
commit
1dfe58c996
2 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ Item {
|
||||||
/* anchors.leftMargin: Kirigami.Units.smallSpacing * 8 */
|
/* anchors.leftMargin: Kirigami.Units.smallSpacing * 8 */
|
||||||
anchors.topMargin: Kirigami.Units.smallSpacing * 3
|
anchors.topMargin: Kirigami.Units.smallSpacing * 3
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
text: ServiceItemModel.getItem(serviceItemId).name
|
text: serviceItemId //ServiceItemModel.getItem(serviceItemId).name
|
||||||
/* font.family: "Quicksand Bold" */
|
/* font.family: "Quicksand Bold" */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -155,7 +155,7 @@ Item {
|
||||||
anchors.left: dragHandle.right
|
anchors.left: dragHandle.right
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
anchors.leftMargin: 5
|
anchors.leftMargin: 5
|
||||||
text: name
|
text: index + " " + name
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
width: parent.width - trailing.width - dragHandle.width - 25
|
width: parent.width - trailing.width - dragHandle.width - 25
|
||||||
color: {
|
color: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue