Skip to content

Commit

Permalink
Decrease font size in statusbar to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
lowrie committed Apr 15, 2016
1 parent b136311 commit ed7e011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qt_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ def create_status_bar(self):
main frame.
'''
# Create the fonts and labels for each field
font = QtGui.QFont('Times', 16)
font = QtGui.QFont('Times', 14)
fm = QtGui.QFontMetrics(font)
fontL = QtGui.QFont(font)
fontL.setBold(True)
Expand Down

0 comments on commit ed7e011

Please sign in to comment.