[vlc-commits] [Git][videolan/vlc][master] qml: add horizontal ScrollBar to localMenuView
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Thu Mar 2 18:26:49 UTC 2023
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC
Commits:
11538a1e by Fatih Uzunoglu at 2023-03-02T17:36:48+00:00
qml: add horizontal ScrollBar to localMenuView
- - - - -
1 changed file:
- modules/gui/qt/maininterface/qml/BannerSources.qml
Changes:
=====================================
modules/gui/qt/maininterface/qml/BannerSources.qml
=====================================
@@ -359,6 +359,8 @@ FocusScope {
anchors.right: playlistGroup.left
anchors.rightMargin: VLCStyle.margin_xxsmall // only applied when right aligned
+ ScrollBar.horizontal: ScrollBar { }
+
on_AlignHCenterChanged: {
if (_alignHCenter) {
anchors.horizontalCenter = localToolbarContent.horizontalCenter
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/11538a1e0fc59201bb36fa92b579064d80e39a85
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/11538a1e0fc59201bb36fa92b579064d80e39a85
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