Trying to remove the border on playlist selected entry
Added by Sam Anderson almost 10 years ago
Greetings, is there any way to remove the border of the playlist selected entry. Here is an example. I want to remove the green border in here to make the selected entry solid blue:
http://i.imgur.com/G7sKJ85.png
Is there any possible way to accomplish this? I noticed how that border changes color based on text inside it. Though, I could not find any information to make the border a different color (that would help too if I can change the border color to something else).
Thank you.
Untitled.png (6.53 KB) Untitled.png | Border I Want Removed |
Replies (3)
RE: Trying to remove the border on playlist selected entry
-
Added by John Lindgren almost 10 years ago
You would have to modify the source code and recompile. Remove the "focus rectangle" section here:
https://github.com/audacious-media-player/audacious-plugins/blob/master/src/skins/playlist-widget.cc#L280
RE: Trying to remove the border on playlist selected entry
-
Added by Sam Anderson almost 10 years ago
I wish there was some way to do it without recompiling. Thanks, though.
RE: Trying to remove the border on playlist selected entry
-
Added by John Lindgren almost 10 years ago
Audacious 3.7 will hide the border in the common case where there is a single entry focused and selected, since it's not really necessary in that case.
https://github.com/audacious-media-player/audacious-plugins/commit/015faab572f5cdb631e649276cd69b0d22ccd721