summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjasplin <qt-info@nokia.com>2010-04-12 15:41:39 +0200
committerjasplin <qt-info@nokia.com>2010-04-12 15:41:39 +0200
commit5609cfbea2d8bae1416f3b4b4a90abc58f70e846 (patch)
tree85b1051bc9bc6da47bb0e60aecb10ecbf7e6d39b
parent842a970eb3b085b83df134166606fe04b37032d2 (diff)
Increased the min and max heights of the result history plots.
-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 d2e0ac4..1a6be7a 100644
--- a/src/bm/plotter.cpp
+++ b/src/bm/plotter.cpp
@@ -610,7 +610,7 @@ bool IndexPlotter::drawScenes(
HistoriesPlotter::HistoriesPlotter(const QList<ResultHistoryInfo *> &rhInfos)
: rhInfos(rhInfos)
, width(1200)
- , rhHeight(qMin(120, qMax(80, 800 / rhInfos.size())))
+ , rhHeight(qMin(150, qMax(100, 800 / rhInfos.size())))
, pad_top(50)
, pad_bottom(50)
, height(pad_top + pad_bottom + rhInfos.size() * rhHeight)