mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Info Box: Shortened Fault result text
This commit is contained in:
parent
2a61073b26
commit
8f798cd78b
@ -170,20 +170,20 @@ void Rim3dOverlayInfoConfig::update3DInfo()
|
|||||||
{
|
{
|
||||||
if (m_reservoirView->faultCollection()->faultResult() == RimFaultCollection::FAULT_BACK_FACE_CULLING)
|
if (m_reservoirView->faultCollection()->faultResult() == RimFaultCollection::FAULT_BACK_FACE_CULLING)
|
||||||
{
|
{
|
||||||
faultMapping = "Show values from cells behind fault";
|
faultMapping = "Cells behind fault";
|
||||||
}
|
}
|
||||||
else if (m_reservoirView->faultCollection()->faultResult() == RimFaultCollection::FAULT_FRONT_FACE_CULLING)
|
else if (m_reservoirView->faultCollection()->faultResult() == RimFaultCollection::FAULT_FRONT_FACE_CULLING)
|
||||||
{
|
{
|
||||||
faultMapping = "Show values from cells in front of fault";
|
faultMapping = "Cells in front of fault";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
faultMapping = "Show values from cells in front and behind fault";
|
faultMapping = "Cells in front and behind fault";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
faultMapping = "Show values from cells in front and behind fault";
|
faultMapping = "Cells in front and behind fault";
|
||||||
}
|
}
|
||||||
|
|
||||||
infoText += QString("<b>Fault results: </b> %1<br>").arg(faultMapping);
|
infoText += QString("<b>Fault results: </b> %1<br>").arg(faultMapping);
|
||||||
|
Loading…
Reference in New Issue
Block a user