Set min-/max-width for tabs

This commit is contained in:
Florian Bruhin 2014-05-09 17:59:13 +02:00
parent 7966298a64
commit 63ce8e0966

View File

@ -49,6 +49,8 @@ class TabWidget(QTabWidget):
{color[tab.fg]}
padding: 0px 5px 0px 5px;
border-right: 2px solid {color[tab.seperator]};
min-width: 100px;
max-width: 200px;
}}
QTabBar::tab:selected {{