mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-17 03:37:48 -06:00
Apply suggestions from code review
Minor codestyle issues CURA-8683 Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
This commit is contained in:
parent
59479ee223
commit
f44d4d341f
3 changed files with 4 additions and 7 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue