mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#882 More space in dialog
This commit is contained in:
@@ -31,7 +31,7 @@ RicExportToLasFileResampleUi::RicExportToLasFileResampleUi(void)
|
||||
CAF_PDM_InitField(&exportFolder, "ExportFolder", QString(), "Export Folder", "", "", "");
|
||||
exportFolder.uiCapability()->setUiEditorTypeName(caf::PdmUiFilePathEditor::uiEditorTypeName());
|
||||
|
||||
CAF_PDM_InitField(&activateResample, "ActivateResample", false, "Resample Curve Data for Export", "", "", "");
|
||||
CAF_PDM_InitField(&activateResample, "ActivateResample", false, "Resample Curve Data", "", "", "");
|
||||
CAF_PDM_InitField(&resampleInterval, "ResampleInterval", 1.0, "Resample Interval [m]", "", "", "");
|
||||
|
||||
updateFieldVisibility();
|
||||
|
||||
Reference in New Issue
Block a user