Skip to content

qml: minor adjustments

Fatih Uzunoğlu requested to merge fuzun/vlc:qt/miscqml into master
  • Use Column instead of ColumnLayout because layouts are very buggy. This also seems to fix the sizing issue of the playlist.
  • Adjust fill properties of layouts in PlaylistListView. Layouts themselves fill both the width and height by default.
  • Set missing parent in Player view. Fixup commit for the last playlist refactor.

Merge request reports