Tab height

Hi!

How to make tab height less?

You would at least need to use smaller font and icons. If you don’t want to change these things you’ll have to write your own tab, because there is no option to influence the size of the tab. You could do so by subclassing “ArchGradientPainter” and override methods like “setLabelInsets” and “setButtonInsets”, these methods could forward smaller insets to the super class.

Sorry, have to go to work… can’t write a longer answer right now.

Beni, thank you. it was useful for me.