From 54e5f796121933ea03f01ac017ca9a67901e5e42 Mon Sep 17 00:00:00 2001 From: jasplin Date: Mon, 26 Apr 2010 08:45:22 +0200 Subject: Increased height of contributor plot. --- src/bm/plotter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bm/plotter.cpp b/src/bm/plotter.cpp index 7a34145..b48ad77 100644 --- a/src/bm/plotter.cpp +++ b/src/bm/plotter.cpp @@ -696,7 +696,7 @@ HistoriesPlotter::HistoriesPlotter( , extraDescr(extraDescr) , width(1200) , rhHeight( - qMin(showBenchmark ? 200 : 150, qMax(showBenchmark ? 150 : 100, 800 / rhInfos.size()))) + qMin(showBenchmark ? 220 : 170, qMax(showBenchmark ? 170 : 120, 800 / rhInfos.size()))) , pad_top(50) , pad_bottom(50) , height(pad_top + pad_bottom + rhInfos.size() * rhHeight) -- cgit v1.2.3