mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1126 Add "Accumulated Saturation by Time of Flight"-plot
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user