Align scrollbar with tracks

This commit is contained in:
Gaute Lindkvist
2019-09-09 16:00:52 +02:00
parent 5cfd840025
commit edbe4f5a35
2 changed files with 14 additions and 3 deletions

View File

@@ -93,6 +93,7 @@ protected:
QPointer<QFrame> m_plotFrame;
QPointer<QGridLayout> m_trackLayout;
QPointer<QLabel> m_plotTitle;
QPointer<QVBoxLayout> m_scrollBarLayout;
QScrollBar* m_scrollBar;
QList<QPointer<QwtLegend>> m_legends;
QList<QPointer<RiuWellLogTrack>> m_trackPlots;