Skip to content
Snippets Groups Projects
Commit c57d6e32 authored by Ash's avatar Ash Committed by Steve Lhomme
Browse files

qml: bind width of flickable children to width of parent flickable

Signed-off by: Ash <ashutoshv191@gmail.com>
parent dd16a88a
No related branches found
No related tags found
1 merge request!6834qml: bind width of flickable children to width of parent flickable
Pipeline #566341 passed with stage
in 35 minutes and 36 seconds
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment