mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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
|
Item
|
||||||
{
|
{
|
||||||
|
width: parent.width
|
||||||
|
|
||||||
Label
|
Label
|
||||||
{
|
{
|
||||||
id: header
|
id: header
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue