From ce88392137128fd7095a4b516a3584b592a0e4e4 Mon Sep 17 00:00:00 2001 From: Konstantinos Karmas Date: Thu, 1 Jul 2021 11:57:14 +0200 Subject: [PATCH] Replace shadow with border in machine selector in monitor page CURA-8202 --- plugins/MonitorStage/MonitorMenu.qml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/MonitorStage/MonitorMenu.qml b/plugins/MonitorStage/MonitorMenu.qml index bc95c276e8..4c29c84312 100644 --- a/plugins/MonitorStage/MonitorMenu.qml +++ b/plugins/MonitorStage/MonitorMenu.qml @@ -15,6 +15,9 @@ Item Cura.MachineSelector { id: machineSelection + headerBackgroundBorder.width: UM.Theme.getSize("default_lining").width + headerBackgroundBorder.color: UM.Theme.getColor("lining") + enableHeaderShadow: false headerCornerSide: Cura.RoundedRectangle.Direction.All width: UM.Theme.getSize("machine_selector_widget").width height: parent.height