mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#846 Moved open of plot and 3D view tool buttons to front of toolbars
This commit is contained in:
parent
8277080c2e
commit
0b9b0137cd
@ -184,8 +184,8 @@ void RiuMainPlotWindow::createToolBars()
|
||||
{
|
||||
QToolBar* toolbar = addToolBar(tr("Window Management"));
|
||||
toolbar->setObjectName(toolbar->windowTitle());
|
||||
toolbar->addAction(cmdFeatureMgr->action("RicTilePlotWindowsFeature"));
|
||||
toolbar->addAction(cmdFeatureMgr->action("RicShowMainWindowFeature"));
|
||||
toolbar->addAction(cmdFeatureMgr->action("RicTilePlotWindowsFeature"));
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -506,9 +506,9 @@ void RiuMainWindow::createToolBars()
|
||||
{
|
||||
QToolBar* toolbar = addToolBar(tr("Window Management"));
|
||||
toolbar->setObjectName(toolbar->windowTitle());
|
||||
toolbar->addAction(cmdFeatureMgr->action("RicShowPlotWindowFeature"));
|
||||
toolbar->addAction(cmdFeatureMgr->action("RicLinkVisibleViewsFeature"));
|
||||
toolbar->addAction(cmdFeatureMgr->action("RicTileWindowsFeature"));
|
||||
toolbar->addAction(cmdFeatureMgr->action("RicShowPlotWindowFeature"));
|
||||
}
|
||||
|
||||
// View toolbar
|
||||
|
Loading…
Reference in New Issue
Block a user