From 495d043291f65264ea146dfa7da9a4debd05f64c Mon Sep 17 00:00:00 2001 From: Adrien Tétar Date: Sun, 18 Oct 2015 20:30:39 +0200 Subject: glyphCollectionView: bigger text on OSX --- Lib/defconQt/glyphCollectionView.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/defconQt/glyphCollectionView.py') 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) -- cgit v1.2.3