mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix row stretch issue.
This commit is contained in:
parent
e8a1d30f2d
commit
15a61f88e0
@ -250,8 +250,10 @@ void caf::PdmUiFormLayoutObjectEditor::recursivelyConfigureAndUpdateUiOrderingIn
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Set last row to stretch
|
// Set last row to stretch
|
||||||
parentLayout->setRowStretch(currentRowIndex, 10);
|
if (currentRowIndex >= 0)
|
||||||
|
{
|
||||||
|
parentLayout->setRowStretch(currentRowIndex, 1);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user