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:
@@ -517,7 +517,7 @@ void RiuViewer::addColorLegendToBottomLeftCorner(cvf::OverlayItem* legend)
|
|||||||
if (categoryLegends.size() > 0)
|
if (categoryLegends.size() > 0)
|
||||||
{
|
{
|
||||||
const int border = 3;
|
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
|
// This value is taken from OverlayAxisCross, as the axis cross is always shown in the lower left corner
|
||||||
const int axisCrossHeight = 120;
|
const int axisCrossHeight = 120;
|
||||||
|
|||||||
Reference in New Issue
Block a user