mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#8822 Summary Axis: Add tick mark count to y-axis
This commit is contained in:
@@ -157,10 +157,7 @@ RimProject::RimProject( void )
|
||||
CAF_PDM_InitFieldNoDefault( &mainPlotCollection, "MainPlotCollection", "Plots" );
|
||||
mainPlotCollection.uiCapability()->setUiTreeHidden( true );
|
||||
|
||||
CAF_PDM_InitFieldNoDefault( &viewLinkerCollection,
|
||||
"LinkedViews",
|
||||
"Linked Views (field in RimProject",
|
||||
":/LinkView16x16.png" );
|
||||
CAF_PDM_InitFieldNoDefault( &viewLinkerCollection, "LinkedViews", "Linked Views", ":/LinkView.svg" );
|
||||
viewLinkerCollection.uiCapability()->setUiTreeHidden( true );
|
||||
viewLinkerCollection = new RimViewLinkerCollection;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user