From 9da59c36168d8b6e5b54d3ee00c9da7a43fadd6c Mon Sep 17 00:00:00 2001
From: Mark Watkins <jedimark@users.sourceforge.net>
Date: Sun, 7 Aug 2011 13:26:19 +1000
Subject: [PATCH] Upped title font size again

---
 Graphs/glcommon.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Graphs/glcommon.cpp b/Graphs/glcommon.cpp
index 6608ad34..085f9c73 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",10);
+        mediumfont=new QFont("Sans Serif",11);
         defaultfont->setStyleHint(QFont::SansSerif,QFont::OpenGLCompatible);
         mediumfont->setStyleHint(QFont::SansSerif,QFont::OpenGLCompatible);
         bigfont->setStyleHint(QFont::SansSerif,QFont::OpenGLCompatible);