Reduce hardcoded size
Reduce hardcoded font size.
This commit is contained in:
parent
2b32e080c9
commit
83eaf3e57e
@ -106,7 +106,7 @@ if __name__ == "__main__":
|
|||||||
ui.setupUi(form)
|
ui.setupUi(form)
|
||||||
if sys.platform.startswith('win'):
|
if sys.platform.startswith('win'):
|
||||||
winFont = 'Cambria'
|
winFont = 'Cambria'
|
||||||
size = 12
|
size = 10
|
||||||
increment = 4
|
increment = 4
|
||||||
symbolFont = 'Segoe UI Symbol'
|
symbolFont = 'Segoe UI Symbol'
|
||||||
form.setFont(QtGui.QFont('Dejavu Sans',size))
|
form.setFont(QtGui.QFont('Dejavu Sans',size))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user