mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 16:39:00 +08:00
Let headerItem fill entire component if no icon is set
CURA-5785
This commit is contained in:
parent
b72f1bb314
commit
42399ecb24
@ -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…
x
Reference in New Issue
Block a user