applets/mediacontroller: simplify compact representation
Reason for the change
- Use
Loader
as the root item to reduce the number of Loader - Prefer
Layout.fill{Width,Height}
over manually assigning parent's width/height to Layout.preferred{Width,Height} - Remove complex sizing in GridLayout, use its implicit size which is easier for maintainence.
Test plan
Add a few media widgets to the panel and the desktop, and change their sizes. Check the content doesn't break.
Screenshots or screen recordings
Bugs fixed
Edited by Fushan Wen