mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3097 Make sure track height takes title into account
This commit is contained in:
parent
2a9d506ae0
commit
8c445388b8
@ -421,7 +421,7 @@ void RiuWellLogPlot::placeChildWidgets(int frameHeight, int frameWidth)
|
||||
titleHeight = m_plotTitle->height() + 10;
|
||||
}
|
||||
|
||||
int trackHeight = frameHeight - maxLegendHeight;
|
||||
int trackHeight = frameHeight - maxLegendHeight - titleHeight;
|
||||
int trackX = 0;
|
||||
|
||||
if (visibleTrackCount)
|
||||
|
Loading…
Reference in New Issue
Block a user