Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

Open
wants to merge 1 commit into
base: krypton
Choose a base branch
from
Open

Conversation

linknetx
Copy link
Contributor

@linknetx linknetx commented Mar 4, 2017

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.

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 linknetx changed the title TopBar strings not truncated correctly by auto-width TopBar strings not truncated correctly by auto-width (to krypton) Mar 4, 2017
@linknetx
Copy link
Contributor Author

linknetx commented Mar 7, 2017

Here is an example:

Before:
before

After:
after

@linknetx
Copy link
Contributor Author

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

<value>$LOCALIZE[1213] / $INFO[Container.FolderName]</value>
</variable>
<variable name="BreadcrumbsMusicVar">
<value>$LOCALIZE[2] / $INFO[Container.FolderName]</value>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why putting single values into a var?

@dagwieers
Copy link

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 !

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants