Clean up more errors

Contributes to CL-1051
This commit is contained in:
Ian Paschal 2018-10-16 09:34:50 +02:00
parent 1fa7a8880b
commit b99bc06d1c
5 changed files with 10 additions and 8 deletions

View file

@ -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;