Skip to content

Determine MediaPlayerControl height based on implicit height

Nicolas Fella requested to merge work/controlbarheight into master

Currently the size of the media control bar is determined top-down based on gridUnit.

However that may be too small to properly fit the content.

Instead determine the height based on the content plus some margins

Merge request reports