![]() |
Weather Widget Too Transparent - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67) +---- Forum: Aeon Nox: Silvo (https://forum.kodi.tv/forumdisplay.php?fid=142) +---- Thread: Weather Widget Too Transparent (/showthread.php?tid=121387) |
Weather Widget Too Transparent - MidnightWatcher - 2012-01-29 How do I make the weather widget look more solid? Right now it is too transparent for my liking. Sorry if this has been asked already. I'm using Eden Beta 2. - BigNoid - 2012-01-29 I made the widgets background fit the menu bar. If you switch to nox menu bar, the widgets are more solid. There's no option for it in the ksin to change the widgets separate fromt he menu style, but you can do so in the variables.xml. These are the lines that determine which widget texture to load. Delete the lines that have a condition in it to get the solid widgets back: Code: <variable name="WidgetBackVar"> - MidnightWatcher - 2012-01-29 The menu bar is solid, but the weather widgets are transparent. - BigNoid - 2012-01-29 With Nox style menu bar they should be black, with classic/glass style they should be transparent and with aura style they should be white. I don't know which type menu bar you have but I just tested and it works as expected, so if you want for instance classic style menu bar with the black widgets you have to edit the xml. - MidnightWatcher - 2012-02-01 Thanks BN, changed to style to Nox and all is well. |