diff --git a/modules/gui/qt/network/qml/BrowseDeviceView.qml b/modules/gui/qt/network/qml/BrowseDeviceView.qml index 2bf41f6a807bb8a238f05529ddbba56258606012..f7e9deed0d2748c635206abf61dd588b288309f4 100644 --- a/modules/gui/qt/network/qml/BrowseDeviceView.qml +++ b/modules/gui/qt/network/qml/BrowseDeviceView.qml @@ -178,6 +178,9 @@ FocusScope { Widgets.ExpandGridItemView { id: gridView + width: root.width + height: root.height + basePictureWidth: VLCStyle.gridCover_network_width basePictureHeight: VLCStyle.gridCover_network_height @@ -281,6 +284,9 @@ FocusScope { // Settings + width: root.width + height: root.height + rowContextMenu: null rowHeight: VLCStyle.tableCoverRow_height