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:
Diffstat (limited to 'plugins/PrepareStage/PrepareMenu.qml')
-rw-r--r--plugins/PrepareStage/PrepareMenu.qml3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/PrepareStage/PrepareMenu.qml b/plugins/PrepareStage/PrepareMenu.qml
index 0191396e7b..b7980bc30b 100644
--- a/plugins/PrepareStage/PrepareMenu.qml
+++ b/plugins/PrepareStage/PrepareMenu.qml
@@ -56,7 +56,7 @@ Item
color: UM.Theme.getColor("lining")
}
- Cura.QuickConfigurationSelector
+ Cura.ConfigurationMenu
{
Layout.fillHeight: true
Layout.fillWidth: true
@@ -102,7 +102,6 @@ Item
height: UM.Theme.getSize("button_icon").height
color: UM.Theme.getColor("toolbar_button_text")
- sourceSize.width: width
sourceSize.height: height
}
}