aboutsummaryrefslogtreecommitdiffstats
path: root/Lib/defconQt/glyphCollectionView.py
diff options
context:
space:
mode:
authorAdrien Tétar2015-10-18 20:30:39 +0200
committerAdrien Tétar2015-10-18 20:30:39 +0200
commit495d043291f65264ea146dfa7da9a4debd05f64c (patch)
treeefa83481e12031b545697a1faa0a049ce23d2543 /Lib/defconQt/glyphCollectionView.py
parent1dd657d644ea7984565731956118af2f29d4c392 (diff)
downloadtrufont-495d043291f65264ea146dfa7da9a4debd05f64c.tar.bz2
glyphCollectionView: bigger text on OSX
Diffstat (limited to 'Lib/defconQt/glyphCollectionView.py')
-rw-r--r--Lib/defconQt/glyphCollectionView.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/defconQt/glyphCollectionView.py b/Lib/defconQt/glyphCollectionView.py
index 343b01d..0fdef90 100644
--- a/Lib/defconQt/glyphCollectionView.py
+++ b/Lib/defconQt/glyphCollectionView.py
@@ -20,7 +20,7 @@ headerFont = QFont()
headerFont.setFamily('Lucida Sans Unicode')
headerFont.insertSubstitution('Lucida Sans Unicode', 'Lucida Grande')
headerFont.insertSubstitution('Lucida Sans Unicode', 'Luxi Sans')
-headerFont.setPointSize(8)
+headerFont.setPointSize(platformSpecific.headerPointSize)
voidFont = QFont(headerFont)
voidFont.setPointSize(24)
metrics = QFontMetrics(headerFont)