making serviceList smaller
This commit is contained in:
parent
6de04aa71d
commit
fbdd31ff2b
1 changed files with 5 additions and 2 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue