Ignore:
Timestamp:
Jun 27, 2015, 2:26:51 AM (11 years ago)
Author:
tobayer
Message:

[MetrixHD skin] fix infobar getresolution & getaspectmode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source/skins_MetrixHD/_path_/usr/local/share/titan/skin/MetrixHD/skin.xml

    r34580 r34582  
    22482248        <node name="sleep" func="getpowerofftime" param1="sleep in %d min" fontcol="orange" valign="middle" posx="630" posy="155" width="200" height="20">
    22492249
    2250         <node name="resolution" func="getresolution" param1="icons" halign="center" valign="middle" posx="920" posy="150" width="70" height="22">
     2250        <node name="resolution" func="getchannelresolution" param1="icons" halign="center" valign="middle" posx="920" posy="150" width="70" height="22">
    22512251        # getsubtitle - NA
    22522252        <node name="hbbtv" func="gethbbtv" param1="icons" halign="center" valign="middle" posx="990" posy="150" width="55" height="20">
     
    22542254        <node name="sound" func="getsoundtype" param1="icons" halign="center" valign="middle" posx="1080" posy="150" width="60" height="20">
    22552255        <node name="sdhd" func="getsdhd" param1="icons" halign="center" valign="middle" posx="1145" posy="150" width="45" height="20">
    2256         <node name="aspect" func="getaspectmode" param1="icons" halign="center" valign="middle" posx="1195" posy="150" width="35" height="20">
     2256        <node name="aspect" func="getchannelaspect" param1="icons" halign="center" valign="middle" posx="1195" posy="150" width="35" height="20">
    22572257        <node name="crypt" func="getcrypt" param1="icons" halign="center" valign="middle" posx="1235" posy="150" width="25" height="20">
    22582258</screen>
     
    23052305        <node parent="infobar" name="sleep" func="getpowerofftime" param1="sleep in %d min" fontcol="orange" valign="middle" posx="630" posy="155" width="200" height="20">
    23062306
    2307         <node parent="infobar" name="resolution" func="getresolution" param1="icons" halign="center" valign="middle" posx="920" posy="150" width="70" height="22">
     2307        <node parent="infobar" name="resolution" func="getchannelresolution" param1="icons" halign="center" valign="middle" posx="920" posy="150" width="70" height="22">
    23082308        # getsubtitle - NA
    23092309        <node parent="infobar" name="hbbtv" func="gethbbtv" param1="icons" halign="center" valign="middle" posx="990" posy="150" width="55" height="20">
     
    23112311        <node parent="infobar" name="sound" func="getsoundtype" param1="icons" halign="center" valign="middle" posx="1080" posy="150" width="60" height="20">
    23122312        <node parent="infobar" name="sdhd" func="getsdhd" param1="icons" halign="center" valign="middle" posx="1145" posy="150" width="45" height="20">
    2313         <node parent="infobar" name="aspect" func="getaspectmode" param1="icons" halign="center" valign="middle" posx="1195" posy="150" width="35" height="20">
     2313        <node parent="infobar" name="aspect" func="getchannelaspect" param1="icons" halign="center" valign="middle" posx="1195" posy="150" width="35" height="20">
    23142314        <node parent="infobar" name="crypt" func="getcrypt" param1="icons" halign="center" valign="middle" posx="1235" posy="150" width="25" height="20">
    23152315</screen>
Note: See TracChangeset for help on using the changeset viewer.