mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 19:28:07 -06:00
tiny improvements
This commit is contained in:
parent
016cc4e48f
commit
5499a4cc4c
3 changed files with 8 additions and 6 deletions
|
@ -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 } }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue