#2730 Category and Scalarmapper Legend: Improve the preferred size

This commit is contained in:
Jacob Støren
2018-05-04 13:21:56 +02:00
parent df6c9f69d1
commit d413df0aeb
3 changed files with 7 additions and 3 deletions

View File

@@ -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.
}