Font for config widget (global)

    Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

    • Font for config widget (global)

      In skins we have several config widgets

      Quellcode

      1. <widget name="config"

      and this widget does not allow set up font due to it is eListbox. Can someone tell me where default/global font value is stored? I searched through every python file but cannot find it.
      Thanks in advance.
      VU+ Zero - VTi 13.0.x
      VU+ DUO2 - VTi 13.0.x
      VU+ ULTIMO 4K - VTi 13.0.x
    • Thanks for info. This is what I thought. Even I change scale to 150 of Regular font I do not see any change so this does not work. I assume that scale has maximum 100. I am asking this cos trying to move to fullHD Atile skin and this is the only issue I have so far. Just font for <widget name="config" is too small.
      VU+ Zero - VTi 13.0.x
      VU+ DUO2 - VTi 13.0.x
      VU+ ULTIMO 4K - VTi 13.0.x
    • extend dvbapp2 core for additional skin parameters for config lists textOffset, secondfont)


      Will these new parameters help me to modify config list now? If so, please direct me how to use it with some examples if possible.

      edit: found it myself and it works! Thank you so much for this new params.




      edit2: Do I need to place any global value in skin.xml for having i.e. Plugin list aligned?
      VU+ Zero - VTi 13.0.x
      VU+ DUO2 - VTi 13.0.x
      VU+ ULTIMO 4K - VTi 13.0.x

      Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von Ampersand ()

    • Quellcode

      1. <parameter name="PluginListFont1" value="Regular;33" />
      2. <parameter name="PluginListFont2" value="Regular;28" />
      3. <parameter name="PluginListItemHeight" value="80" />
      4. <parameter name="PluginListName" value="130,2,775,37" />
      5. <parameter name="PluginListDescription" value="130,40,775,32" />
      6. <parameter name="PluginListIcon" value="10,5,100,40" />

      There are some Paramters for Pluginlist too .
      ----------------------------------------------------------------------------------------------------------------------------------------------------------------
      KAPIERVORGANG beendet.

      Zubehör : Philips 46PFL-9705 / 37PFL-9604, Samsung HT-E6759W, Samsung SPF 107H-105P-87H, Qnap TS-253A, Harmony 650, Fritzbox 7490, Cisco WAP4410N, Netgear M4100-D12G, TPLink HS100/HS110/LB110
    • areq schrieb:

      Could you share any example how to use?

      Quellcode

      1. <widget name="config" position="80,105" size="1155,810" itemHeight="45" font="Regular;30" secondfont="Regular;30" scrollbarMode="showOnDemand" scrollbarSliderBorderColor="tile_menu0" scrollbarSliderForegroundColor="selectedBG" scrollbarWidth="6" enableWrapAround="1" backgroundColor="background" transparent="1" />


      @markusw
      Thanks mate. Is this part of certain section in skin.xml?
      VU+ Zero - VTi 13.0.x
      VU+ DUO2 - VTi 13.0.x
      VU+ ULTIMO 4K - VTi 13.0.x

      Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von Ampersand ()

    • Quellcode

      1. ......
      2. </windowstyle>
      3. <parameters>
      4. <parameter name="PluginListFont1" value="Regular;33" />
      5. <parameter name="PluginListFont2" value="Regular;28" />
      6. <parameter name="PluginListItemHeight" value="80" />
      7. <parameter name="PluginListName" value="130,2,775,37" />
      8. <parameter name="PluginListDescription" value="130,40,775,32" />
      9. <parameter name="PluginListIcon" value="10,5,100,40" />
      10. </parameters>
      11. ......
      Alles anzeigen

      Put the paramters after the "windowsstyle"-section to your skin.xml
      ----------------------------------------------------------------------------------------------------------------------------------------------------------------
      KAPIERVORGANG beendet.

      Zubehör : Philips 46PFL-9705 / 37PFL-9604, Samsung HT-E6759W, Samsung SPF 107H-105P-87H, Qnap TS-253A, Harmony 650, Fritzbox 7490, Cisco WAP4410N, Netgear M4100-D12G, TPLink HS100/HS110/LB110