phil65 / skin.estuary

Public repository for the Kodi default skin "Estuary"
Other
25 stars 82 forks source link

TopBar strings not truncated correctly by auto-width (to krypton) #220

Open linknetx opened 7 years ago

linknetx commented 7 years ago

For non-concatenated topbar strings each part of the string is truncated seperately by auto-width resulting in incorrect truncation. Also auto-width not working unless the width is specified.

Solution - create vars to concatenate topbar strings prior to auto-width truncation and specify width value for auto-width.

linknetx commented 7 years ago

Here is an example:

Before: before

After: after

linknetx commented 7 years ago

This fixes the problem so is it possible to merge it ?

dagwieers commented 5 years ago

I learned yesterday that this repository is unmaintained and you need to propose this change to the upstream https://github.com/xbmc/xbmc repository. Good luck !