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 master) #222

Closed linknetx closed 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 ?