fix media controls positioning for vertical bar

This commit is contained in:
end-4
2025-08-16 14:47:01 +07:00
parent 2a46b17958
commit 51310e632c
2 changed files with 13 additions and 11 deletions
@@ -23,9 +23,6 @@ Item { // Player instance
property real maxVisualizerValue: 1000 // Max value in the data points
property int visualizerSmoothing: 2 // Number of points to average for smoothing
implicitWidth: widgetWidth
implicitHeight: widgetHeight
component TrackChangeButton: RippleButton {
implicitWidth: 24
implicitHeight: 24