qml: minor adjustments
- Use
Column
instead ofColumnLayout
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.