mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 06:49: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
|
||||
{
|
||||
left: parent.left
|
||||
right: collapseButton.left
|
||||
right: collapseButton.visible ? collapseButton.left : parent.right
|
||||
top: parent.top
|
||||
bottom: parent.bottom
|
||||
margins: background.padding
|
||||
|
Loading…
x
Reference in New Issue
Block a user