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