Commit e2d2a8f4d4694b6a4744a31efd55f21bae1af194

  • avatar
  • jasplin <qt-info @no…a.com>
  • Tue Mar 16 10:01:06 CET 2010
Fixed bug: Minimized gap between plots and table.
  
189189 const int rhDispSizeMax = 20; // ### could be set at runtime
190190 const int rhDispSize = qMin(rhDispSizeMax, resultHistories ? resultHistories->size() : -1);
191191 const qreal rhHeaderHeight = 100;
192 const qreal height_rh_tot = resultHistories ? (rhHeaderHeight + rhDispSizeMax * height_rh) : 0;
192 const qreal height_rh_tot = resultHistories ? (rhHeaderHeight + rhDispSize * height_rh) : 0;
193193 const qreal height = height_main + height_rh_tot;
194194 QGraphicsScene scene_far(0, 0, width, height); // Background scene (rendered first)
195195 QGraphicsScene scene_mid_aa(0, 0, width, height); // Middle scene (antialiased)