Re-added material detail view

Contributes to CURA-5378
This commit is contained in:
Ian Paschal 2018-08-22 15:58:58 +02:00
parent 00eb8e6788
commit 6225fff1f8
8 changed files with 51 additions and 51 deletions

View file

@ -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