mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5473 Improve WBS plot layout by removing gaps and tweaking column spans
This commit is contained in:
@@ -20,6 +20,7 @@ void RimPlot::RowOrColSpanEnum::setUp()
|
||||
addItem( RimPlot::THREE, "THREE", "3" );
|
||||
addItem( RimPlot::FOUR, "FOUR", "4" );
|
||||
addItem( RimPlot::FIVE, "FIVE", "5" );
|
||||
addItem( RimPlot::SIX, "SIX", "6" );
|
||||
setDefault( RimPlot::ONE );
|
||||
}
|
||||
} // namespace caf
|
||||
|
||||
Reference in New Issue
Block a user