mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Better minimum width for well log tracks (#4824)
* Better minimum width for well log tracks * Fix alignment of scrollbar in Well log plots
This commit is contained in:
@@ -77,11 +77,13 @@ protected:
|
||||
QLabel* createTitleLabel() const;
|
||||
|
||||
void resizeEvent( QResizeEvent* event ) override;
|
||||
void showEvent( QShowEvent* event ) override;
|
||||
void changeEvent( QEvent* ) override;
|
||||
|
||||
private:
|
||||
void updateScrollBar( double minDepth, double maxDepth );
|
||||
void alignCanvasTops();
|
||||
void reinsertTracks();
|
||||
void alignCanvasTopsAndScrollbar();
|
||||
void reinsertTracksAndScrollbar();
|
||||
void clearTrackLayout();
|
||||
|
||||
private slots:
|
||||
|
||||
Reference in New Issue
Block a user