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 <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2014-08-27 06:41:33 -07:00
parent ab4d232bc2
commit 45ee3983b7

View file

@ -28,7 +28,7 @@
QFont defaultModelFont()
{
QFont font;
font.setPointSizeF(font.pointSizeF() * 0.8);
// font.setPointSizeF(font.pointSizeF() * 0.8);
return font;
}