mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3703 Do not resize dialog
This commit is contained in:
@@ -312,7 +312,7 @@ RicExportLgrUi* RicExportLgrFeature::openDialog(const QString& dialogTitle,
|
|||||||
|
|
||||||
caf::PdmUiPropertyViewDialog propertyDialog(
|
caf::PdmUiPropertyViewDialog propertyDialog(
|
||||||
nullptr, featureUi, dialogTitle, "", QDialogButtonBox::Ok | QDialogButtonBox::Cancel);
|
nullptr, featureUi, dialogTitle, "", QDialogButtonBox::Ok | QDialogButtonBox::Cancel);
|
||||||
propertyDialog.resize(QSize(300, 285 - (hideExportFolderField ? 25 : 0)));
|
propertyDialog.resize(QSize(300, 320));
|
||||||
|
|
||||||
if (propertyDialog.exec() == QDialog::Accepted && !featureUi->exportFolder().isEmpty())
|
if (propertyDialog.exec() == QDialog::Accepted && !featureUi->exportFolder().isEmpty())
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user