tiny improvements

This commit is contained in:
10r3n20 2022-03-07 16:11:33 +01:00
parent 016cc4e48f
commit 5499a4cc4c
3 changed files with 8 additions and 6 deletions

View file

@ -180,7 +180,6 @@ Item
ListView
{
id: contents
anchors
{
top: filterContainer.bottom
@ -218,7 +217,7 @@ Item
{
id: delegate
width: contents.width - scrollBar.width
width: contents.width - (scrollBar.width +UM.Theme.getSize("narrow_margin").width)
Behavior on height { NumberAnimation { duration: 100 } }
opacity: enabled ? 1 : 0
Behavior on opacity { NumberAnimation { duration: 100 } }