Fix UI freeze when maximizing the Headbar
Reason for the change
When playing a playlist with few tracks, the UI would freeze when maximizing the headbar, and the playlist wasn't aligning to the top properly.
Because playLoader.implicitHeight
didn't have the correct height.
Test plan
- Open a playlist with 1 track
- Maximize the Headbar
I've checked the master against my changes and didn't notice any changes to the UI.