Browse Source

qml: add horizontal ScrollBar to localMenuView

pull/144/head
Fatih Uzunoglu 4 years ago
committed by Jean-Baptiste Kempf
parent
commit
11538a1e0f
  1. 2
      modules/gui/qt/maininterface/qml/BannerSources.qml

2
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

Loading…
Cancel
Save