mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 14:44:13 -06:00
CURA-5035 Fixed selection header
This commit is contained in:
parent
f2301eec31
commit
236e2db47e
14 changed files with 29 additions and 29 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue