Style improvements

Contributes to CL-897 and CL-1051
This commit is contained in:
Ian Paschal 2018-10-17 16:32:30 +02:00
parent 6f33c4410c
commit 1ad008f45c
4 changed files with 10 additions and 6 deletions

View file

@ -39,8 +39,8 @@ Item {
Popup {
id: popup;
background: Item {
height: childrenRect.height;
width: childrenRect.width;
height: popup.height;
width: popup.width;
DropShadow {
anchors.fill: pointedRectangle;