From 5cb56ad9ecc243f6d386640a2cf1a241fba1d9dc Mon Sep 17 00:00:00 2001 From: Blagovest Petrov Date: Sun, 23 Apr 2023 01:20:44 +0300 Subject: [PATCH] Fixed Media Button Animation Signed-off-by: Blagovest Petrov --- ui/MediaButton.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/MediaButton.qml b/ui/MediaButton.qml index c2cc6ac..cb9f204 100644 --- a/ui/MediaButton.qml +++ b/ui/MediaButton.qml @@ -35,8 +35,8 @@ Image { id: glow visible: false - width: 250 - height: 250 + width: parent.width + height: parent.height color: "#00000000" radius: 125 scale: 1.05