aboutsummaryrefslogtreecommitdiffstats
path: root/com.pelagicore.webradio/popups/AboutPopup.qml
diff options
context:
space:
mode:
authorAleksei Korkov <akorkov@luxoft.com>2020-03-26 00:27:34 +0300
committerGrigorii Zimin <gzimin@luxoft.com>2020-04-02 06:28:10 +0000
commite308488bcc9096e3cb9e831cd439500550ce6da6 (patch)
treee2740d95287764055b99b7486b57146a57190f5b /com.pelagicore.webradio/popups/AboutPopup.qml
parente1c908f8f97b0307b4737c37a56d844dffb61b4b (diff)
[webradio] Fix popup animations and positions after resizing
Task-number: AUTOSUITE-1476 Change-Id: I179f449afc399e511035ed7e6701b5d0ec912c4e Reviewed-by: Grigorii Zimin <gzimin@luxoft.com> Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
Diffstat (limited to 'com.pelagicore.webradio/popups/AboutPopup.qml')
-rw-r--r--com.pelagicore.webradio/popups/AboutPopup.qml3
1 files changed, 2 insertions, 1 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