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 #217

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 specific width value for auto-width.