jajuk-team / jajuk

Advanded jukebox for users with large or scattered music collections
49 stars 19 forks source link

Three dots in cover size #2045

Open bflorat opened 4 years ago

bflorat commented 4 years ago

[Cover view]

Even when space is available, the size and cover type is truncated

gkerdal commented 4 years ago

After hours of searching among the graphical elements without any solution, I simply apply this workaround : replace space character by non breaking space. No idea the root cause of the three dots origin.

gkerdal commented 4 years ago

This problem occurs also in File Tag Editor, each Property label contains also a space character and the three dots appear for each of them : image

bflorat commented 4 years ago

Note : maybe this would be fixed by an upgrade of Substance look and Feel ?

gkerdal commented 4 years ago

Maybe Substance or the Miglayout library. I just commited a small change, could you have a look ? I added a "grow" parameter from MigLayout in PropertiesDialog when adding the JLabel, now the Text takes all the available space but it's not enough for long labels...

gkerdal commented 4 years ago

Today I did a new test and the Properties Dialog is displayed correctly. I don't know what was the origin of the problem. Since the Cover View title is also correct, I put a "Fixed" label on this issue. If someone you can test on its side to confirm, it could be good.

bflorat commented 4 years ago

Just pulled develop code and I still have the issue, sorry : image

gkerdal commented 4 years ago

I can't manage to reproduce it.