mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Janitor : Hide undo stack behind environmentvariable DEVEL
Move geomech tab after scripting
This commit is contained in:
@@ -457,12 +457,6 @@ void RiaPreferences::defineUiOrdering( QString uiConfigName, caf::PdmUiOrdering&
|
||||
m_summaryPreferences()->uiOrdering( uiConfigName, *group );
|
||||
}
|
||||
}
|
||||
#ifdef USE_ODB_API
|
||||
else if ( uiConfigName == RiaPreferences::tabNameGeomech() )
|
||||
{
|
||||
m_geoMechPreferences()->appendItems( uiOrdering );
|
||||
}
|
||||
#endif
|
||||
else if ( uiConfigName == RiaPreferences::tabNamePlotting() )
|
||||
{
|
||||
uiOrdering.add( &m_dateFormat );
|
||||
@@ -510,6 +504,12 @@ void RiaPreferences::defineUiOrdering( QString uiConfigName, caf::PdmUiOrdering&
|
||||
scriptGroup->add( &scriptDirectories );
|
||||
scriptGroup->add( &scriptEditorExecutable );
|
||||
}
|
||||
#ifdef USE_ODB_API
|
||||
else if ( uiConfigName == RiaPreferences::tabNameGeomech() )
|
||||
{
|
||||
m_geoMechPreferences()->appendItems( uiOrdering );
|
||||
}
|
||||
#endif
|
||||
else if ( uiConfigName == RiaPreferences::tabNameExport() )
|
||||
{
|
||||
uiOrdering.add( &csvTextExportFieldSeparator );
|
||||
|
||||
Reference in New Issue
Block a user