Nein nicht bei fill sondern so:


Code:
<!-- standby -->     <screen name="StandbySummary" position="fill">         <widget source="global.CurrentTime" render="Label" position="center,center" size="320,200" font="FdLcD;120" halign="center" valign="center" noWrap="1">             <convert type="ClockToText"></convert>         </widget>         <widget source="session.RecordState" render="FixedLabel" text="Recording" position="4,50" size="120,12" font="FdLcD;12" zPosition="2" valign="bottom" halign="left" noWrap="1">             <convert type="ConditionalShowHide"></convert>         </widget>     </screen>