Browse Source

Fixed Media Button Animation

Signed-off-by: Blagovest Petrov <blagovest@petrovs.info>
qt6
Blagovest Petrov 1 year ago
parent
commit
5cb56ad9ec
  1. 4
      ui/MediaButton.qml

4
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

Loading…
Cancel
Save