mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2730 Category and Scalarmapper Legend: Improve the preferred size
This commit is contained in:
@@ -257,5 +257,5 @@ void RivTernarySaturationOverlayItem::setRangeText(const cvf::String& soilRange,
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
cvf::Vec2ui RivTernarySaturationOverlayItem::preferredSize()
|
||||
{
|
||||
return {120, 150}; // Could do more elaborate text width checks.
|
||||
return {140, 180}; // Could do more elaborate text width checks.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user