CURA-5035 Fixed selection header

This commit is contained in:
Ian Paschal 2018-04-24 16:59:23 +02:00
parent f2301eec31
commit 236e2db47e
14 changed files with 29 additions and 29 deletions

View file

@ -8,8 +8,8 @@ import UM 1.1 as UM
Item
{
id: base
property var details: toolbox.viewSelection
id: page
property var details: base.selection
anchors.fill: parent
ToolboxBackColumn
{
@ -130,9 +130,9 @@ Item
anchors
{
top: header.bottom
bottom: base.bottom
bottom: page.bottom
left: header.left
right: base.right
right: page.right
}
}
}