From e990e970be3a2b6c23368ffb706f8b7c7a361d1f Mon Sep 17 00:00:00 2001 From: "j.delarago" Date: Thu, 17 Feb 2022 15:42:25 +0100 Subject: [PATCH] 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 --- resources/qml/MainWindow/ApplicationMenu.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/MainWindow/ApplicationMenu.qml b/resources/qml/MainWindow/ApplicationMenu.qml index 5bf2d80e83..763f199902 100644 --- a/resources/qml/MainWindow/ApplicationMenu.qml +++ b/resources/qml/MainWindow/ApplicationMenu.qml @@ -21,7 +21,7 @@ Item id: applicationMenu width: parent.width height: UM.Theme.getSize("context_menu").height - background: Item {} + background: Rectangle {} FileMenu {} EditMenu {}