[vlc-commits] [Git][videolan/vlc][master] qml: raise horizontal resize handle in artist pane in `MusicArtistsAlbums.qml`
Steve Lhomme (@robUx4)
gitlab at videolan.org
Fri Apr 18 10:45:55 UTC 2025
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
7f04f30f by Fatih Uzunoglu at 2025-04-18T10:29:49+00:00
qml: raise horizontal resize handle in artist pane in `MusicArtistsAlbums.qml`
If it is not raised, scroll bar grabs the mouse events.
- - - - -
1 changed file:
- modules/gui/qt/medialibrary/qml/MusicArtistsAlbums.qml
Changes:
=====================================
modules/gui/qt/medialibrary/qml/MusicArtistsAlbums.qml
=====================================
@@ -309,6 +309,8 @@ FocusScope {
right: parent.right
}
+ z: 1
+
sourceWidth: root.width
targetWidth: artistList.width
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/7f04f30fbd96aad7f9402394a86f9c383418b125
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/7f04f30fbd96aad7f9402394a86f9c383418b125
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list