Kodi Community Forum
Solved Why convert (almost) everyting to uppercase? - 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: Amber (https://forum.kodi.tv/forumdisplay.php?fid=203)
+---- Thread: Solved Why convert (almost) everyting to uppercase? (/showthread.php?tid=362100)



Why convert (almost) everyting to uppercase? - BartZorn - 2021-04-16

Hi,

I just installed and tried the AMBER skin. I like it, but...

Almost all text is converted to uppercase. And I do not like that. I suppose it is a design issue, but anyway.

Would it be possible to make it an option to *not* convert texts to uppercase, but leave them as is?

TIA,

Bart


RE: Why convert (almost) everyting to uppercase? - Filmbuff - 2021-04-16

Settings, interface settings, fonts, skin default - no caps.


RE: Why convert (almost) everyting to uppercase? - BartZorn - 2021-04-16

Yes! Sorry I missed that!

A lot better now!

Thanks,

Bart


Why convert (almost) everyting to uppercase? - Klojum - 2021-04-16

Thread marked solved.


RE: Why convert (almost) everyting to uppercase? - raspberry_pd - 2021-06-14

(2021-04-16, 16:41)Filmbuff Wrote: Settings, interface settings, fonts, skin default - no caps.

In guisettings.xml, change lookandfeel.font:

git:

-    <setting id="lookandfeel.font" default="true">Default</setting>
+    <setting id="lookandfeel.font">Default no caps</setting>

And/or ...

In advancedsettings.xml:

git:
+  <lookandfeel>
+    <font>Default no caps</font>
+  </lookandfeel>

Smile