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:
authorDiego Prado Gesto <d.pradogesto@ultimaker.com>2018-12-05 11:39:04 +0300
committerDiego Prado Gesto <d.pradogesto@ultimaker.com>2018-12-05 11:39:04 +0300
commitcdb8020029bec6ee1c6c4224ff5cb02159dd810e (patch)
treebe22716534e92ee829d29c2b510e80faf0942173 /plugins/SimulationView
parent47ff95b1f3cfb793b2b4af6114aa1688e864d8a3 (diff)
Add another expandable component
Use one of them if the drop-panel has to act as a Popup and the other if it has to act as a standard component. Contributes to CURA-5941.
Diffstat (limited to 'plugins/SimulationView')
-rw-r--r--plugins/SimulationView/SimulationViewMenuComponent.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/SimulationView/SimulationViewMenuComponent.qml b/plugins/SimulationView/SimulationViewMenuComponent.qml
index 9dc3b67658..76875a035d 100644
--- a/plugins/SimulationView/SimulationViewMenuComponent.qml
+++ b/plugins/SimulationView/SimulationViewMenuComponent.qml
@@ -16,7 +16,6 @@ Cura.ExpandableComponent
id: base
width: UM.Theme.getSize("layerview_menu_size").width
- contentType: Cura.ExpandableComponent.ContentType.Fixed
Connections
{