mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06:00
Fix display of custom configuration
Since it had no width, everything was resized to 0. Contributes to issue CURA-5876.
This commit is contained in:
parent
6de24250ed
commit
eb056ee17b
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ import UM 1.3 as UM
|
|||
|
||||
Item
|
||||
{
|
||||
width: parent.width
|
||||
|
||||
Label
|
||||
{
|
||||
id: header
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue