Add monospace font for Windows
This commit is contained in:
parent
517fcb02ab
commit
26df5a8076
@ -23,7 +23,7 @@ class StatusBar(QWidget):
|
|||||||
* {
|
* {
|
||||||
background: """ + bg + """;
|
background: """ + bg + """;
|
||||||
color: """ + fg + """;
|
color: """ + fg + """;
|
||||||
font-family: Monospace;
|
font-family: Monospace, Courier;
|
||||||
}""")
|
}""")
|
||||||
|
|
||||||
def disp_error(self, text):
|
def disp_error(self, text):
|
||||||
|
@ -11,7 +11,7 @@ class TabWidget(QTabWidget):
|
|||||||
}
|
}
|
||||||
|
|
||||||
QTabBar {
|
QTabBar {
|
||||||
font-family: Monospace;
|
font-family: Monospace, Courier;
|
||||||
}
|
}
|
||||||
|
|
||||||
QTabBar::tab {
|
QTabBar::tab {
|
||||||
|
Loading…
Reference in New Issue
Block a user