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-04 15:53:11 +0300
committerDiego Prado Gesto <d.pradogesto@ultimaker.com>2018-12-04 15:53:11 +0300
commit47ff95b1f3cfb793b2b4af6114aa1688e864d8a3 (patch)
tree3a9dc916c016cf2392ca15048b2fc7a691d73e68 /plugins/SimulationView
parent4dcce7616bb8286c265a392ed21d62fabd10e6a7 (diff)
Set contentType to the different expandable components.
Also add a color for the active state when the contentType is 'Fixed'. Contributes to CURA-5941.
Diffstat (limited to 'plugins/SimulationView')
-rw-r--r--plugins/SimulationView/SimulationViewMenuComponent.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SimulationView/SimulationViewMenuComponent.qml b/plugins/SimulationView/SimulationViewMenuComponent.qml
index a9eb157f48..9dc3b67658 100644
--- a/plugins/SimulationView/SimulationViewMenuComponent.qml
+++ b/plugins/SimulationView/SimulationViewMenuComponent.qml
@@ -16,7 +16,7 @@ Cura.ExpandableComponent
id: base
width: UM.Theme.getSize("layerview_menu_size").width
- iconSource: UM.Theme.getIcon("pencil")
+ contentType: Cura.ExpandableComponent.ContentType.Fixed
Connections
{