mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Let headerItem fill entire component if no icon is set
CURA-5785
This commit is contained in:
parent
b72f1bb314
commit
42399ecb24
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ Item
|
||||||
anchors
|
anchors
|
||||||
{
|
{
|
||||||
left: parent.left
|
left: parent.left
|
||||||
right: collapseButton.left
|
right: collapseButton.visible ? collapseButton.left : parent.right
|
||||||
top: parent.top
|
top: parent.top
|
||||||
bottom: parent.bottom
|
bottom: parent.bottom
|
||||||
margins: background.padding
|
margins: background.padding
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue