Author Topic: Ssssshweird Cutoff in Playing Tracks Settings  (Read 6709 times)

The Incredible Boom Boom

  • Sr. Member
  • ****
  • Posts: 1269
Haven't opened this panel in a while, so I don't know when this would've begun. I'm on the latest patch, I think.


hiccup

  • Sr. Member
  • ****
  • Posts: 7790
Does that happen with other skins too?

edit:
I am not seeing what you are seeing (probably because you are using a slightly larger font), but indeed something seems off there:



And 'Tracks with Thumb…' on the left is being cut-off the same.

Hmm, our Russian friends seem to be doing better there ;-)
Last Edit: November 17, 2021, 05:51:14 PM by hiccup

The Incredible Boom Boom

  • Sr. Member
  • ****
  • Posts: 1269
Just confirmed it occurs for me independent of the selected skin.

Steven

  • Administrator
  • Sr. Member
  • *****
  • Posts: 34313
what font are you using and what is the screen dpi scaling % (in windows control panel)

sveakul

  • Sr. Member
  • ****
  • Posts: 2438
Notice it here also, font is Tahoma 11.25 and dpi scaling 100%;  MB 3.4.7985 P.  Skin is "Phred on the Lookout" but persists across others.
Last Edit: November 17, 2021, 09:49:09 PM by sveakul

The Incredible Boom Boom

  • Sr. Member
  • ****
  • Posts: 1269
what font are you using and what is the screen dpi scaling % (in windows control panel)

DPI is 100% and the font is Meiryo UI.

Steven

  • Administrator
  • Sr. Member
  • *****
  • Posts: 34313


The Incredible Boom Boom

  • Sr. Member
  • ****
  • Posts: 1269
https://getmusicbee.com/patches/MusicBee34_Patched.zip

I forgot I had made this report, but confirming it's fixed!
Thanks!

Unfortunately, I found a couple other skin-related tidbits. I posted them in another thread, forgetting I had made this one. 😓

Two skin (exoskeleton? 🤔 bees don't have skin) mishaps


I'm pretty sure the .ItemSeparator element is extending too far?
Code
<element id="Content[AlbumAndTracks].ItemSeparatorLine" fg="highlighted" />


This is the scroll bar for the Tag Explorer. It was fine until I modified the bgand bg2 attributes below.
*This persisted through restarts, but the panel just refreshed and now the ScrollBarThumb sits properly above the SectionHeader. I dunno if you want to put any effort towards this since it works now, but it may be replicable.
EDIT: The below bug just returned, so it is a persistent one
Code
<element id="Panel.SectionHeader.Default" bg="darkGreen" bg2="gradientBG" fg="mainText" />

And a third, the lyrics input panel is missing a bit at the end.

Steven

  • Administrator
  • Sr. Member
  • *****
  • Posts: 34313
i expect the line separator is extended on the left for the love button
for the others can you send me the skin

hiccup

  • Sr. Member
  • ****
  • Posts: 7790
i expect the line separator is extended on the left for the love button
It looks like the line is extended to the area that is used as indent area for the subheader.
But since the subheader itself will not get underlined it would probably be better not to have it extend there.

The Incredible Boom Boom

  • Sr. Member
  • ****
  • Posts: 1269
It looks like the line is extended to the area that is used as indent area for the subheader.
But since the subheader itself will not get underlined it would probably be better not to have it extend there.

Yes, that is the case.
I cropped it close as a lazy alternative to oppeeeennnning Paint, drawwwwingggg a circle and then saaavvvinggg the file, but that maybe just confused things more.
Here's another look.

I don't use the <Loved> field anymore (bottom), but the top is what it looks like with it.



for the others can you send me the skin

Will do

Steven

  • Administrator
  • Sr. Member
  • *****
  • Posts: 34313
for the next update i have changed 1. to align to the 2nd column
for 2, i cannot reproduce it
for 3, i wont change that - it is correct for the type of field (multi-line text which has a scroll bar)


The Incredible Boom Boom

  • Sr. Member
  • ****
  • Posts: 1269
for 3, i wont change that - it is correct for the type of field (multi-line text which has a scroll bar)

Ahh, that makes sense.

Quote
for the next update i have changed 1. to align to the 2nd column

It looks good, thanks for keeping MB great!