CURA-5137 Add filtering for materials and plugins and change the

behavior of switching tabs.
This commit is contained in:
Diego Prado Gesto 2018-04-03 17:07:33 +02:00
parent 1ad34495b4
commit b621b5ef6b
7 changed files with 85 additions and 51 deletions

View file

@ -33,7 +33,7 @@ Item
Label
{
id: name
text: "Auto Orientation"
text: model.name
width: parent.width
wrapMode: Text.WordWrap
height: UM.Theme.getSize("base_unit").height * 2
@ -44,7 +44,7 @@ Item
Label
{
id: info
text: "Automatically orientate your model."
text: model.description
width: parent.width
wrapMode: Text.WordWrap
color: UM.Theme.getColor("text_medium")
@ -55,8 +55,6 @@ Item
MouseArea
{
anchors.fill: parent
onClicked: {
manager.setDetailView("thingy")
}
onClicked: manager.detailView = true
}
}