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:
authorGhostkeeper <rubend@tutanota.com>2018-12-05 15:29:06 +0300
committerGhostkeeper <rubend@tutanota.com>2018-12-05 15:29:06 +0300
commit024bf409c9804eb83c3ee4c64fbc969e09dace8f (patch)
tree92de34b20c80f03e1f5ce65447da9d476c7d25b7 /plugins/PrepareStage/PrepareMenu.qml
parent537929893fe77ba072b4881e0351ef229731d6fc (diff)
parent5d95d1143762a72e7cfe9c384c9d5752f6b888c2 (diff)
Merge branch 'CURA-5876-Configuration_dropdown' into ui_rework_4_0
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 10b4262f01..fa94bc88b2 100644
--- a/plugins/PrepareStage/PrepareMenu.qml
+++ b/plugins/PrepareStage/PrepareMenu.qml
@@ -61,7 +61,7 @@ Item
color: UM.Theme.getColor("lining")
}
- Cura.QuickConfigurationSelector
+ Cura.ConfigurationMenu
{
Layout.fillHeight: true
Layout.fillWidth: true
@@ -107,7 +107,6 @@ Item
height: UM.Theme.getSize("button_icon").height
color: UM.Theme.getColor("toolbar_button_text")
- sourceSize.width: width
sourceSize.height: height
}
}