From e9b6d5e27940c73fdd0275a10e2bcf6c2461ba2e Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Sun, 7 Aug 2011 11:35:18 +1000 Subject: [PATCH] Upped Title fonts by 1 --- Graphs/glcommon.cpp | 2 +- Graphs/graphwindow.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Graphs/glcommon.cpp b/Graphs/glcommon.cpp index f573ff3d..4be34f9d 100644 --- a/Graphs/glcommon.cpp +++ b/Graphs/glcommon.cpp @@ -28,7 +28,7 @@ void InitGraphs() if (!_graph_init) { defaultfont=new QFont("Sans Serif",10); bigfont=new QFont("Sans Serif",35); - mediumfont=new QFont("Sans Serif",18); + mediumfont=new QFont("Sans Serif",11); for (int i=0;i