summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjasplin <qt-info@nokia.com>2010-04-26 08:45:22 +0200
committerjasplin <qt-info@nokia.com>2010-04-26 08:45:22 +0200
commit54e5f796121933ea03f01ac017ca9a67901e5e42 (patch)
tree70d6f2a14010d34ca40464eebd53d8ff28b51702
parent5526b7e6d476962fe7a14dd6af774a93d2c50be9 (diff)
Increased height of contributor plot.
-rw-r--r--src/bm/plotter.cpp2
1 files changed, 1 insertions, 1 deletions
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)