mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 17:27:51 -06:00
Clean up more errors
Contributes to CL-1051
This commit is contained in:
parent
1fa7a8880b
commit
b99bc06d1c
5 changed files with 10 additions and 8 deletions
|
@ -39,8 +39,8 @@ Item {
|
|||
Popup {
|
||||
id: popup;
|
||||
background: Item {
|
||||
height: popup.height;
|
||||
width: popup.width;
|
||||
height: childrenRect.height;
|
||||
width: childrenRect.width;
|
||||
|
||||
DropShadow {
|
||||
anchors.fill: pointedRectangle;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue