mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
CURA-5137 Add filtering for materials and plugins and change the
behavior of switching tabs.
This commit is contained in:
parent
1ad34495b4
commit
b621b5ef6b
7 changed files with 85 additions and 51 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue