CURA-5035 Simplify selection

This commit is contained in:
Ian Paschal 2018-04-24 15:34:05 +02:00
parent dc0dcac199
commit f2301eec31
6 changed files with 11 additions and 21 deletions

View file

@ -9,7 +9,7 @@ import UM 1.1 as UM
Item
{
id: base
property var details: toolbox.packagesModel.items[0]
property var details: toolbox.viewSelection
anchors.fill: parent
width: parent.width
ToolboxBackColumn