#5473 Improve WBS plot layout by removing gaps and tweaking column spans

This commit is contained in:
Gaute Lindkvist
2020-02-07 10:38:31 +01:00
parent 1a9b1bf95c
commit 47f9c8c7c6
5 changed files with 31 additions and 11 deletions

View File

@@ -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