Use monospace font for tab bar

This commit is contained in:
Florian Bruhin 2013-12-15 20:20:29 +01:00
parent 768622d294
commit 7bd7c4d84d

View File

@ -42,6 +42,10 @@ class TabWidget(QTabWidget):
top: 0px; top: 0px;
} }
QTabBar {
font-family: Monospace;
}
QTabBar::tab { QTabBar::tab {
background-color: grey; background-color: grey;
color: white; color: white;