+1
Answered
fitheight is a bit confusing...
So we're trying to use fitheight to provide a semitransparent background and include 2 elements. These 2 elements are both text elements and are both set as height="fit" I'm not able to get fitheight to work correctly, and I'm not sure why that is. Have any insight? Here's what we have setup right now...
<panel name="coverDetails" fitheight="yes" width="100%" background="#212121" alpha=".8" valign="bottom" padding="20px">
<text name="coverTitle" text="[param:title]" font="Sansation_Light" size="36" alignment="left" color="#ffffff" valign="top" width="100%" height="fit" />
<text name="coverMeta" text="[param:creator] | [param:category]" font="Sansation_Light" size="20" alignment="left" color="#ffffff" valign="bottom" width="100%" height="fit" />
</panel>
Customer support service by UserEcho
I can certainly log that as a feature request.