diff --git a/widgets/StyledPopupWindow.qml b/widgets/StyledPopupWindow.qml index f409be8..924001a 100644 --- a/widgets/StyledPopupWindow.qml +++ b/widgets/StyledPopupWindow.qml @@ -14,7 +14,17 @@ PopupWindow { color: "transparent" implicitWidth: background.width + Behavior on implicitWidth { + NumberAnimation { + duration: 100 + } + } implicitHeight: background.height + Behavior on implicitHeight { + NumberAnimation { + duration: 100 + } + } WrapperRectangle { id: background