mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3092 Make export LAS-dialog slightly larger so that we avoid scrollbars.
This commit is contained in:
@@ -81,7 +81,7 @@ void RicExportToLasFileFeature::onActionTriggered(bool isChecked)
|
|||||||
|
|
||||||
caf::PdmUiPropertyViewDialog propertyDialog(nullptr, &featureUi, "Export Curve Data to LAS file(s)", "", QDialogButtonBox::Ok | QDialogButtonBox::Cancel);
|
caf::PdmUiPropertyViewDialog propertyDialog(nullptr, &featureUi, "Export Curve Data to LAS file(s)", "", QDialogButtonBox::Ok | QDialogButtonBox::Cancel);
|
||||||
RicExportFeatureImpl::configureForExport(&propertyDialog);
|
RicExportFeatureImpl::configureForExport(&propertyDialog);
|
||||||
propertyDialog.resize(QSize(400, 200));
|
propertyDialog.resize(QSize(400, 330));
|
||||||
|
|
||||||
if (propertyDialog.exec() == QDialog::Accepted &&
|
if (propertyDialog.exec() == QDialog::Accepted &&
|
||||||
!featureUi.exportFolder().isEmpty())
|
!featureUi.exportFolder().isEmpty())
|
||||||
|
|||||||
Reference in New Issue
Block a user