Skip to content

Commit

Permalink
Tried making title font larger
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Sep 12, 2019
1 parent e761bce commit 61a09b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sharppy/viz/skew.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def initUI(self):
else:
fsize = 7
fsizet = 14
self.title_font = QtGui.QFont('Helvetica', fsizet + (self.hgt * 0.003))
self.title_font = QtGui.QFont('Helvetica', fsizet + (self.hgt * 0.006))
self.title_metrics = QtGui.QFontMetrics( self.title_font )
#self.title_font.setBold(True)
self.title_height = self.title_metrics.xHeight() + 5 + (self.hgt * 0.003)
Expand Down

0 comments on commit 61a09b3

Please sign in to comment.