mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06: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
|
||||
{
|
||||
left: parent.left
|
||||
right: collapseButton.left
|
||||
right: collapseButton.visible ? collapseButton.left : parent.right
|
||||
top: parent.top
|
||||
bottom: parent.bottom
|
||||
margins: background.padding
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue