Nein in der Skin.xml fehlt das nicht. nur in der skin_display von DaEloG. Schau mal rein ob das oder ähnliches drin steht:

Code:
<!-- channelselection-->
    <screen name="ChannelSelection_summary" position="fill">
        <widget source="parent.ServiceEvent" render="Label" position="top" size="*,45" font="FdLcD;40" halign="center" foregroundColor="#001BA1E2" >
            <convert type="ServiceName">Name</convert>
        </widget>
        <widget source="parent.ServiceEvent" render="Label" position="top" size="*,75" font="FdLcD;38" halign="center" >
            <convert type="EventName">Name</convert>
        </widget>
        <widget source="parent.ServiceEvent" render="Progress" position="top" size="*,20" borderWidth="2" foregroundColor="#001BA1E2" >
            <convert type="EventTime">Progress</convert>
        </widget>
        <panel position="bottom" size="*,44" name="SummaryClockPanel" >
                <widget source="session.RecordState" render="FixedLabel" text="*" position="1,1" size="35,35" halign="left" foregroundColor="#f23d21" font="FdLcD;70" noWrap="1">
            <convert type="ConditionalShowHide">Blink</convert>
        </widget>
        </panel>
    </screen>
Das ist der Eintrag von mir. habe nur andere Schriftart... also die Größe ist anders...