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 <[email protected]>

- - - - -


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
_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to