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
|
||||
|
||||
@@ -53,7 +53,8 @@ public:
|
||||
TWO = 2,
|
||||
THREE = 3,
|
||||
FOUR = 4,
|
||||
FIVE = 5
|
||||
FIVE = 5,
|
||||
SIX = 6
|
||||
};
|
||||
using RowOrColSpanEnum = caf::AppEnum<RowOrColSpan>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user