mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3145 Ensemble stat. Limit group header text size (the simple way)
This commit is contained in:
parent
f0dec1bc0a
commit
1188a5940b
@ -181,6 +181,11 @@ void RimEnsembleCurveFilterCollection::defineUiOrdering(QString uiConfigName, ca
|
|||||||
first = false;
|
first = false;
|
||||||
}
|
}
|
||||||
groupTitle += " }";
|
groupTitle += " }";
|
||||||
|
|
||||||
|
if (groupTitle.size() > 45)
|
||||||
|
{
|
||||||
|
groupTitle = groupTitle.left(40) + "... }";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user