mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-25 11:51:41 -07:00
Re-added material detail view
Contributes to CURA-5378
This commit is contained in:
parent
00eb8e6788
commit
6225fff1f8
8 changed files with 51 additions and 51 deletions
|
|
@ -56,8 +56,8 @@ Item
|
|||
// }
|
||||
// materialListView.currentIndex = itemIndex;
|
||||
// }
|
||||
|
||||
// This connection makes sure that we will switch to the new
|
||||
|
||||
onCurrentItemChanged: { MaterialsDetailsPanel.currentItem = currentItem }
|
||||
Connections
|
||||
{
|
||||
target: materialsModel
|
||||
|
|
@ -284,17 +284,17 @@ Item
|
|||
MaterialsList {}
|
||||
}
|
||||
|
||||
// MaterialsDetailsPanel
|
||||
// {
|
||||
// anchors
|
||||
// {
|
||||
// left: materialScrollView.right
|
||||
// leftMargin: UM.Theme.getSize("default_margin").width
|
||||
// top: parent.top
|
||||
// bottom: parent.bottom
|
||||
// right: parent.right
|
||||
// }
|
||||
// }
|
||||
MaterialsDetailsPanel
|
||||
{
|
||||
anchors
|
||||
{
|
||||
left: materialScrollView.right
|
||||
leftMargin: UM.Theme.getSize("default_margin").width
|
||||
top: parent.top
|
||||
bottom: parent.bottom
|
||||
right: parent.right
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Dialogs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue