Apply suggestions from code review

Minor codestyle issues

CURA-8683

Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
This commit is contained in:
Jaime van Kessel 2022-01-12 15:57:20 +01:00 committed by GitHub
parent 59479ee223
commit f44d4d341f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 7 deletions

View file

@ -15,7 +15,7 @@ MenuItem
implicitHeight: UM.Theme.getSize("setting_control").height + UM.Theme.getSize("narrow_margin").height
opacity: enabled ? 1.0 : 0.5
height: visible ? implicitHeight: 0
height: visible ? implicitHeight : 0
arrow: UM.RecolorImage
{