#1126 Add "Accumulated Saturation by Time of Flight"-plot

This commit is contained in:
Bjørnar Grip Fjær
2017-08-15 16:00:00 +02:00
parent 4bda27c627
commit 030ad9cec4
11 changed files with 704 additions and 5 deletions

View File

@@ -121,7 +121,7 @@ QSize RiuNightchartsWidget::sizeHint() const
if (m_showPie)
{
int maxPieSize = 180;
int maxPieSize = 350;
widthHint = widthHint + maxPieSize;
heightHint = heightHint > maxPieSize ? heightHint : maxPieSize;