This is more of a design question, I think.
The program is set on portrait only. I have a "Landscape" (a 16:9 image) that I want to scale out to the width of the phone screen, taking the full width, and the height being whatever the scaling brings it to. Then, I'd like to create a panel attached to the bottom of that Landscape, width also filling the screen, and extending all the way to the bottom of the screen (i.e. height - height of the Landscape).
In theory these two elements should then always fill the screen, with no dead space around them.
With the GUI scaling function only "scaling to height", how would I set it up to scale to screen width?