Is it possible to set an icon for dolby in the infobar? I think it would look nicer than the way it is now (written in letters - DOL).
the skin depends on codes not on pictures
yes but codes can be swapped for graphics ;)
Code<widget source="session.CurrentService" render="FixedLabel" position="1362,902" size="52,52" backgroundGradient="#0028343b,#003e4b53,vertical" halign="center" valign="center" transparent="0" cornerRadius="26" font="Regular; 17" zPosition="4" text="DOL"> <convert type="ServiceInfo">IsMultichannel</convert> <convert type="ConditionalShowHide" /> </widget>or a graphic file
Code<widget source="session.CurrentService" render="Pixmap" pixmap="icons/dolby.png" position="1362,902" size="52,52" backgroundGradient="#0028343b,#003e4b53,vertical" halign="center" valign="center" transparent="0" cornerRadius="26" font="Regular; 17" zPosition="4" alphatest="blend"> <convert type="ServiceInfo">IsMultichannel</convert> <convert type="ConditionalShowHide"/> </widget>
I am trying not to use PNG or JPG files
I use font awesome to write symbols .
I want to replace already present PNG with text or symbols not replacing text with PNG .
