making some sizing differences to be using Kirigami.Units
This commit is contained in:
parent
b858fcf9c1
commit
daa7e9e192
3 changed files with 11 additions and 11 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue