From 9b51e2ecd302aad2cd3905a2faff3afa1ab3ac7e Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Sat, 19 Oct 2013 18:09:50 +1000 Subject: [PATCH] More on graph legend markers --- sleepyhead/Graphs/gLineChart.cpp | 4 ++-- sleepyhead/Graphs/gSummaryChart.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sleepyhead/Graphs/gLineChart.cpp b/sleepyhead/Graphs/gLineChart.cpp index 40d74f8a..2aad9363 100644 --- a/sleepyhead/Graphs/gLineChart.cpp +++ b/sleepyhead/Graphs/gLineChart.cpp @@ -603,8 +603,8 @@ void gLineChart::paint(gGraph & w,int left, int top, int width, int height) //////////////////////////////////////////////////////////////////// QFontMetrics fm(*defaultfont); - int bw=fm.xHeight(); - int bh=fm.height()/1.5; + int bw=fm.width('X'); + int bh=fm.height()/1.8; if ((codepoints>0)) { //(m_codes.size()>1) && QString text=schema::channel[code].label(); diff --git a/sleepyhead/Graphs/gSummaryChart.cpp b/sleepyhead/Graphs/gSummaryChart.cpp index 8d87a023..de445be8 100644 --- a/sleepyhead/Graphs/gSummaryChart.cpp +++ b/sleepyhead/Graphs/gSummaryChart.cpp @@ -571,8 +571,8 @@ jumpnext: int x,y; QFontMetrics fm(*defaultfont); - int bw=fm.xHeight(); - int bh=fm.height()/1.5; + int bw=fm.width('X'); + int bh=fm.height()/1.8; bool ishours=false; int good=0;