aboutsummaryrefslogtreecommitdiffstats
path: root/com.pelagicore.webradio/popups
diff options
context:
space:
mode:
authorAleksei Korkov <akorkov@luxoft.com>2020-03-26 00:27:34 +0300
committerGrigorii Zimin <gzimin@luxoft.com>2020-04-03 13:32:47 +0000
commit58166466b0c916289ccdb21375cd0a04183b52d2 (patch)
treeb60774ecf17a907c32a4c961362e6400ab1e6743 /com.pelagicore.webradio/popups
parent14b5d56d13bb316e58cdcd7ebfb4231bec50791f (diff)
[webradio] Fix popup animations and positions after resizing
Task-number: AUTOSUITE-1476 Change-Id: I179f449afc399e511035ed7e6701b5d0ec912c4e Reviewed-by: Grigorii Zimin <gzimin@luxoft.com>
Diffstat (limited to 'com.pelagicore.webradio/popups')
-rw-r--r--com.pelagicore.webradio/popups/AboutPopup.qml3
-rw-r--r--com.pelagicore.webradio/popups/MusicSourcesPopup.qml3
2 files changed, 4 insertions, 2 deletions
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