getmusicbee.com

Support => Questions => Topic started by: beestard on January 12, 2022, 07:20:33 PM

Title: Any way to make this 1px line invisible by edditing the skin file?
Post by: beestard on January 12, 2022, 07:20:33 PM
(https://i.imgur.com/52TqGZI.jpg)

Basically title. I would like to hide the faint 1px line in-between the right and right-main panel which I have highlighted in red. Is there a way to do this by editing the xml? I want to do this because its visible against my background image. Please & thanks.
Title: Re: Any way to make this 1px line invisible by edditing the skin file?
Post by: Mayibongwe on January 12, 2022, 08:43:13 PM
Look for this element in your skin file and delete the bdr attribute from it and see if that does it.
element id="Panel.Body.Default"
Title: Re: Any way to make this 1px line invisible by edditing the skin file?
Post by: hiccup on January 12, 2022, 09:36:57 PM
A good thought/suggestion, but it looks like it doesn't work?
I just tried solving this by adding transparency to the element, but that also didn't work.

So this probably would need to be a wishlist request.
Title: Re: Any way to make this 1px line invisible by edditing the skin file?
Post by: Mayibongwe on January 12, 2022, 10:13:04 PM
Have a look here...I tested this with the sample skin. Image 1 has no bdr attribute.
Unless I'm mistaken about the border that beestard wants gone. It's the right sidebar bdr right?
(https://i.imgur.com/k0ghddx.png)
Title: Re: Any way to make this 1px line invisible by edditing the skin file?
Post by: hiccup on January 12, 2022, 10:15:32 PM
Note that the OP is using a custom background image.
Have you tested this using that?
Title: Re: Any way to make this 1px line invisible by edditing the skin file?
Post by: Mayibongwe on January 12, 2022, 10:16:37 PM
Oops...haven't done that. Let me try with that.
Title: Re: Any way to make this 1px line invisible by edditing the skin file?
Post by: Mayibongwe on January 12, 2022, 10:25:50 PM
Yeah you're right. That method won't work when a custom background image has been set. Sorry about that.
So this probably would need to be a wishlist request.
Title: Re: Any way to make this 1px line invisible by edditing the skin file?
Post by: beestard on January 13, 2022, 11:54:48 AM
Thanks anyway guys