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-11-19 16:39:19 +0300
committerGhostkeeper <rubend@tutanota.com>2018-11-19 16:39:19 +0300
commit00a49fff26fac675207d30b6131f2d4869474197 (patch)
tree498a22ee64b4701bafd81553bb192b0e769a6edf /plugins/PrepareStage/PrepareMenu.qml
parent7a210087ff0aa8c34ebe7438bc744136b3afab64 (diff)
Rename QuickConfigurationSelector to ConfigurationMenu
This is going to function as our main item for the configuration menu. It contains the part in the top bar and the glue item for the part in the popup. Contributes to issue CURA-5876.
Diffstat (limited to 'plugins/PrepareStage/PrepareMenu.qml')
-rw-r--r--plugins/PrepareStage/PrepareMenu.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PrepareStage/PrepareMenu.qml b/plugins/PrepareStage/PrepareMenu.qml
index ef01625a22..6b241e1da2 100644
--- a/plugins/PrepareStage/PrepareMenu.qml
+++ b/plugins/PrepareStage/PrepareMenu.qml
@@ -68,7 +68,7 @@ Item
color: UM.Theme.getColor("lining")
}
- Cura.QuickConfigurationSelector
+ Cura.ConfigurationMenu
{
Layout.fillHeight: true
Layout.fillWidth: true