mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#837 Set category legend width to 150 px
This commit is contained in:
parent
8e79a781c9
commit
0fc911e50b
@ -517,7 +517,7 @@ void RiuViewer::addColorLegendToBottomLeftCorner(cvf::OverlayItem* legend)
|
||||
if (categoryLegends.size() > 0)
|
||||
{
|
||||
const int border = 3;
|
||||
const int categoryWidth = 120;
|
||||
const int categoryWidth = 150;
|
||||
|
||||
// This value is taken from OverlayAxisCross, as the axis cross is always shown in the lower left corner
|
||||
const int axisCrossHeight = 120;
|
||||
|
Loading…
Reference in New Issue
Block a user