From e308488bcc9096e3cb9e831cd439500550ce6da6 Mon Sep 17 00:00:00 2001 From: Aleksei Korkov Date: Thu, 26 Mar 2020 00:27:34 +0300 Subject: [webradio] Fix popup animations and positions after resizing Task-number: AUTOSUITE-1476 Change-Id: I179f449afc399e511035ed7e6701b5d0ec912c4e Reviewed-by: Grigorii Zimin Reviewed-by: Egor Nemtsev --- com.pelagicore.webradio/popups/AboutPopup.qml | 3 ++- com.pelagicore.webradio/popups/MusicSourcesPopup.qml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'com.pelagicore.webradio/popups') diff --git a/com.pelagicore.webradio/popups/AboutPopup.qml b/com.pelagicore.webradio/popups/AboutPopup.qml index a8ec0cc..3dc45c4 100644 --- a/com.pelagicore.webradio/popups/AboutPopup.qml +++ b/com.pelagicore.webradio/popups/AboutPopup.qml @@ -46,7 +46,8 @@ PopupWindow { Item { id: popupContent - anchors.fill: parent + width: root.width + height: root.height Label { id: header diff --git a/com.pelagicore.webradio/popups/MusicSourcesPopup.qml b/com.pelagicore.webradio/popups/MusicSourcesPopup.qml index 71c2257..76f9d7e 100644 --- a/com.pelagicore.webradio/popups/MusicSourcesPopup.qml +++ b/com.pelagicore.webradio/popups/MusicSourcesPopup.qml @@ -48,7 +48,8 @@ PopupWindow { Item { id: popupContent - anchors.fill: parent + width: root.width + height: root.height Label { id: header -- cgit v1.2.3