Skip to content

Fix UI freeze when maximizing the Headbar

Pedro Nishiyama requested to merge nishiyama/elisa:fix_maximized_state into master

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.

Merge request reports