mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 04:54:04 -06:00
Fix quality profile menu size
CURA-6838
This commit is contained in:
parent
ba805b9da3
commit
26b523f190
1 changed files with 3 additions and 1 deletions
|
@ -261,7 +261,9 @@ Popup
|
|||
|
||||
contentItem: Item
|
||||
{
|
||||
width: manageProfilesButton.width
|
||||
width: parent.width
|
||||
height: childrenRect.height
|
||||
|
||||
Label
|
||||
{
|
||||
id: textLabel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue