Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantinos Karmas <konskarm@gmail.com>2021-07-01 13:07:35 +0300
committerKonstantinos Karmas <konskarm@gmail.com>2021-07-01 13:07:35 +0300
commit0505842235a8a6cea0226c00e6753e0297bc1f3a (patch)
tree595ef734e977a1efb9642527e55fe2d666c6dfa9 /plugins/PrepareStage
parentce88392137128fd7095a4b516a3584b592a0e4e4 (diff)
Remove DropShadow from ExpandablePopup and ExpandableComponent
Since they are not used anywhere anymore CURA-8202
Diffstat (limited to 'plugins/PrepareStage')
-rw-r--r--plugins/PrepareStage/PrepareMenu.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/PrepareStage/PrepareMenu.qml b/plugins/PrepareStage/PrepareMenu.qml
index 09bb2a9fc1..012d2b9d36 100644
--- a/plugins/PrepareStage/PrepareMenu.qml
+++ b/plugins/PrepareStage/PrepareMenu.qml
@@ -54,7 +54,6 @@ Item
headerCornerSide: Cura.RoundedRectangle.Direction.Left
headerBackgroundBorder.width: UM.Theme.getSize("default_lining").width
headerBackgroundBorder.color: UM.Theme.getColor("lining")
- enableHeaderShadow: false
Layout.preferredWidth: parent.machineSelectorWidth
Layout.fillWidth: true
Layout.fillHeight: true
@@ -63,7 +62,6 @@ Item
Cura.ConfigurationMenu
{
id: printerSetup
- enableHeaderShadow: false
headerBackgroundBorder.width: UM.Theme.getSize("default_lining").width
headerBackgroundBorder.color: UM.Theme.getColor("lining")
Layout.fillHeight: true