[vlc-commits] [Git][videolan/vlc][master] qml: bind width of flickable children to width of parent flickable
Steve Lhomme (@robUx4)
gitlab at videolan.org
Fri Feb 14 11:17:47 UTC 2025
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
c57d6e32 by Ash at 2025-02-14T10:32:49+00:00
qml: bind width of flickable children to width of parent flickable
Signed-off by: Ash <ashutoshv191 at gmail.com>
- - - - -
1 changed file:
- modules/gui/qt/network/qml/BrowseHomeDisplay.qml
Changes:
=====================================
modules/gui/qt/network/qml/BrowseHomeDisplay.qml
=====================================
@@ -171,7 +171,7 @@ FocusScope {
Widgets.NavigableCol {
id: column
- width: foldersSection.width
+ width: flickable.width
height: implicitHeight
spacing: (MainCtx.gridView ? VLCStyle.gridView_spacing : VLCStyle.tableView_spacing) -
@@ -275,7 +275,7 @@ FocusScope {
}
component HomeDeviceView: BrowseDeviceView {
- width: root.width
+ width: flickable.width
height: contentHeight
maximumRows: root.maximumRows
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c57d6e32588e8b0b7d4fed0b018958d4aa7e0c10
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c57d6e32588e8b0b7d4fed0b018958d4aa7e0c10
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