More precise view id

This commit is contained in:
Gaute Lindkvist
2019-10-18 15:32:20 +02:00
parent c578a43b53
commit aef0e0a70f
21 changed files with 36 additions and 37 deletions

View File

@@ -120,7 +120,7 @@ RiuTofAccumulatedPhaseFractionsPlot::~RiuTofAccumulatedPhaseFractionsPlot()
//--------------------------------------------------------------------------------------------------
QSize RiuTofAccumulatedPhaseFractionsPlot::sizeHint() const
{
return QSize( 350, 250 );
return QSize( 370, 250 );
}
//--------------------------------------------------------------------------------------------------