Use monospace font for tab bar
This commit is contained in:
parent
768622d294
commit
7bd7c4d84d
@ -42,6 +42,10 @@ class TabWidget(QTabWidget):
|
||||
top: 0px;
|
||||
}
|
||||
|
||||
QTabBar {
|
||||
font-family: Monospace;
|
||||
}
|
||||
|
||||
QTabBar::tab {
|
||||
background-color: grey;
|
||||
color: white;
|
||||
|
Loading…
Reference in New Issue
Block a user