making serviceList smaller

This commit is contained in:
Chris Cochrun 2022-10-06 06:03:35 -05:00
parent 6de04aa71d
commit fbdd31ff2b

View file

@ -109,7 +109,7 @@ Item {
delegate: DropArea {
id: serviceDrop
implicitWidth: serviceItemList.width
height: 50
height: 30
/* enabled: false */
onEntered: (drag) => {
@ -155,7 +155,10 @@ Item {
verticalCenter: parent.verticalCenter
}
label: name
subtitle: type
trailing: Controls.Label {
text: type
color: Kirigami.Theme.disabledTextColor
}
hoverEnabled: false
supportsMouseEvents: false
backgroundColor: {