Author Topic: How can I remove icons from the Tab Bar?  (Read 1936 times)

mmakes

  • Jr. Member
  • **
  • Posts: 38
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.



I can fit many more tabs and have a cleaner interface if I can remove the icons. Thanks!

phred

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 9304
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.
Download the latest MusicBee v3.5 or 3.6 patch from here.
Unzip into your MusicBee directory and overwrite existing files.

----------
The FAQ
The Wiki
Posting screenshots is here
Searching the forum with Google is  here

mmakes

  • Jr. Member
  • **
  • Posts: 38
Thanks for the reply! I'll put it on the wishlist then.

The Incredible Boom Boom

  • Sr. Member
  • ****
  • Posts: 1269
Example:
Top is the original. Bottom is the desired result.




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 -->

hiccup

  • Sr. Member
  • ****
  • Posts: 7790
Messing around with one of these may do that.
That could accomplish making the icons invisible, but it won't free up their space.

The Incredible Boom Boom

  • Sr. Member
  • ****
  • Posts: 1269
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.

mmakes

  • Jr. Member
  • **
  • Posts: 38