mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Minor adjustments (#9070)
* Add system commands to test toolbar * #9069 Summary Plot: Update only Y axis values during source stepping * Reduce default brightness for ensemble summary curves * Add a separate flag to control linking of time axis * Make sure interactive zoom in plot is handled * Move message dock window to right dock panel
This commit is contained in:
@@ -551,7 +551,7 @@ void RiuPlotMainWindow::createDockPanels()
|
||||
dockWidget->setObjectName( RiuDockWidgetTools::plotMainWindowMessagesName() );
|
||||
m_messagePanel = new RiuMessagePanel( dockWidget );
|
||||
dockWidget->setWidget( m_messagePanel );
|
||||
addDockWidget( Qt::BottomDockWidgetArea, dockWidget );
|
||||
splitDockWidget( rightTabbedWidgets.front(), dockWidget, Qt::Vertical );
|
||||
dockWidget->hide();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user