mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fixup after review
This commit is contained in:
@@ -424,7 +424,7 @@ void RiuWellLogPlot::reinsertTracks()
|
||||
{
|
||||
m_trackLayout->addWidget( m_legends[tIdx], 0, static_cast<int>( visibleIndex ) );
|
||||
m_trackLayout->addWidget( m_trackPlots[tIdx], 1, static_cast<int>( visibleIndex ) );
|
||||
m_trackLayout->setRowStretch( 1, 10 );
|
||||
m_trackLayout->setRowStretch( 1, 1 );
|
||||
|
||||
if ( !m_plotDefinition->areTrackLegendsVisible() )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user