Merge pull request #11633 from Ultimaker/CURA-9012_application_menu_fixes

Application menu fixes
This commit is contained in:
Remco Burema 2022-03-10 12:55:54 +01:00 committed by GitHub
commit d2ab7d3d4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View file

@ -18,4 +18,5 @@ MenuSeparator
implicitHeight: UM.Theme.getSize("default_lining").height
color: UM.Theme.getColor("setting_control_border")
}
height: visible ? implicitHeight: 0
}