Revert background to Rectangle as it was in previous versions of this file.

This gives the bar a white background, instead of a transparent background.

CURA-8688
This commit is contained in:
j.delarago 2022-02-17 15:42:25 +01:00
parent b2811b1125
commit e990e970be

View file

@ -21,7 +21,7 @@ Item
id: applicationMenu
width: parent.width
height: UM.Theme.getSize("context_menu").height
background: Item {}
background: Rectangle {}
FileMenu {}
EditMenu {}