mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3268 MSW Fracture Export: Move "include MSW" below "Use NTG"
This commit is contained in:
parent
81fbb81b57
commit
c19bcf6e67
@ -65,7 +65,7 @@ RicExportCompletionDataSettingsUi::RicExportCompletionDataSettingsUi()
|
||||
|
||||
CAF_PDM_InitField(&includeMsw, "IncludeMSW", false, "Include MSW", "", "", "");
|
||||
|
||||
CAF_PDM_InitField(&useLateralNTG, "UseLateralNTG", false, "Use NTG Horizontally", "", "", "");
|
||||
CAF_PDM_InitField(&useLateralNTG, "UseLateralNTG", false, " Use NTG Horizontally", "", "", "");
|
||||
|
||||
CAF_PDM_InitField(&includePerforations, "IncludePerforations", true, "Perforations", "", "", "");
|
||||
CAF_PDM_InitField(&includeFishbones, "IncludeFishbones", true, "Fishbones", "", "", "");
|
||||
@ -218,8 +218,8 @@ void RicExportCompletionDataSettingsUi::defineUiOrdering(QString uiConfigName, c
|
||||
caf::PdmUiGroup* group = uiOrdering.addNewGroup("Export Settings");
|
||||
|
||||
group->add(&compdatExport);
|
||||
group->add(&includeMsw);
|
||||
group->add(&useLateralNTG);
|
||||
group->add(&includeMsw);
|
||||
group->add(&caseToApply);
|
||||
group->add(&fileSplit);
|
||||
group->add(&m_reportCompletionTypesSeparately);
|
||||
|
Loading…
Reference in New Issue
Block a user