making some sizing differences to be using Kirigami.Units

This commit is contained in:
Chris Cochrun 2023-01-11 13:43:32 -06:00
parent b858fcf9c1
commit daa7e9e192
3 changed files with 11 additions and 11 deletions

View file

@ -88,7 +88,7 @@ Item {
Kirigami.AbstractListItem {
id: serviceListItem
implicitWidth: serviceItemList.width
height: 30
height: Kirigami.Units.gridUnit * 2
DropArea {
id: serviceDrop
@ -261,7 +261,7 @@ Item {
anchors.left: parent.left
anchors.verticalCenter: parent.verticalCenter
anchors.leftMargin: 5
width: 20
/* width: 20 */
listItem: serviceListItem
listView: serviceItemList
onMoveRequested: serviceItemModel.moveRows(oldIndex,