Skip to content

Fix ScreenChooserDialog Layout

Yifan Zhu requested to merge work/fanzhuyifan/scroll into master

contentWidth and contentHeight of ScrollView must be set when more than one item is used. (https://doc.qt.io/qt-6/qml-qtquick-controls-scrollview.html) This was not needed before porting from Kirigami.CardsGridView to Kirigami.CardsLayout in ebfeb51f since CardsGridView was just one item.

Set Layout.preferredHeight of PipeWireDelegate so preview image has enough vertical space.

BUG: 479304 FIXED-IN: 6.0

Edited by Yifan Zhu

Merge request reports