mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 10:17:52 -06:00
Apply suggestions from code review
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
This commit is contained in:
parent
4f2e7116b7
commit
addc5e36a7
3 changed files with 3 additions and 4 deletions
|
@ -217,7 +217,7 @@ Item
|
|||
{
|
||||
id: delegate
|
||||
|
||||
width: contents.width - (scrollBar.width +UM.Theme.getSize("narrow_margin").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