getmusicbee.com

Support => Questions => Topic started by: mmakes on August 17, 2020, 10:09:25 PM

Title: How can I remove icons from the Tab Bar?
Post by: mmakes on August 17, 2020, 10:09:25 PM
When I right click on a Tab, there are options only to display Icon+Text or Icon Only. Is there a Text Only option?

Example:
Top is the original. Bottom is the desired result.

(https://i.imgur.com/ZqPTTIG.png)

I can fit many more tabs and have a cleaner interface if I can remove the icons. Thanks!
Title: Re: How can I remove icons from the Tab Bar?
Post by: phred on August 17, 2020, 10:11:55 PM
A text-only option does not exist.

If it's very important to you, I suggest creating a request in the Wishlist section for possible consideration.
Title: Re: How can I remove icons from the Tab Bar?
Post by: mmakes on August 17, 2020, 10:13:28 PM
Thanks for the reply! I'll put it on the wishlist then.
Title: Re: How can I remove icons from the Tab Bar?
Post by: The Incredible Boom Boom on August 18, 2020, 02:30:16 AM
Example:
Top is the original. Bottom is the desired result.

(https://i.imgur.com/ZqPTTIG.png)


Messing around with one of these may do that.

Code
	
<element id="TabsBar.InactiveTabInCaptionIconMask" bg="225,0,0,0" /> <!-- 204,184,141 -->
<element id="TabsBar.InactiveTabIconMask" bg="225,0,0,0" /> <!-- 151,225,209 -->
<element id="TabsBar.AltInactiveTabIconMask" bg="0,0,0,0" bg2="0,0,0,0" /> <!-- 151,146,209 -->
<element id="TabsBarPTop.InactiveTabIconMask" bg="0,0,0,0" /> <!-- 240,238,153 -->
<element id="TabsBar.TabInCaptionBarBlended.InactiveTabIconMask" bg="125,60,240,60" /> <!-- 60,186,109 -->
<element id="TabsBar.InactiveTabInCaptionTopIconMask" bg="255,0,0,255" /> <!-- 188,140,195 -->
Title: Re: How can I remove icons from the Tab Bar?
Post by: hiccup on August 18, 2020, 06:40:20 AM
Messing around with one of these may do that.
That could accomplish making the icons invisible, but it won't free up their space.
Title: Re: How can I remove icons from the Tab Bar?
Post by: The Incredible Boom Boom on August 18, 2020, 03:59:24 PM
That could accomplish making the icons invisible, but it won't free up their space.

Ah, yeah, I didn't notice the spacing was different in the bottom shot.
Title: Re: How can I remove icons from the Tab Bar?
Post by: mmakes on August 20, 2020, 08:07:13 AM
It looks pretty perfect now. Thanks for the help.  :-*

(https://i.imgur.com/kVBk2Qm.png)