From 45ee3983b7c512309a4e62ff4787f67b2446bb28 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 27 Aug 2014 06:41:33 -0700 Subject: [PATCH] Use one consistent font size throughout the app Let's see how much people notice it / hate it. Fixes #712 Signed-off-by: Dirk Hohndel --- qt-ui/models.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt-ui/models.cpp b/qt-ui/models.cpp index a33b9310c..5266130b4 100644 --- a/qt-ui/models.cpp +++ b/qt-ui/models.cpp @@ -28,7 +28,7 @@ QFont defaultModelFont() { QFont font; - font.setPointSizeF(font.pointSizeF() * 0.8); +// font.setPointSizeF(font.pointSizeF() * 0.8); return font; }