Hi, all.

I have a strange bug with QTabWidget styling it with custom sheet. So, I have the following code:
QTabBar::tab {
font-weight: bold;
padding: 0px 10px 0 10px;
}

And the font is really bold, but the place for the text doesn't increase, so first and last letters are invisible.

Any suggestions, what have I missed? Thanks in advance.