mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
caf: Made Right upper cross-button (cancle) work in the tabbed property dialog
This commit is contained in:
parent
7a29e1a35a
commit
6c8feeb60a
@ -21,7 +21,7 @@ PdmUiTabbedPropertyViewDialog::PdmUiTabbedPropertyViewDialog(caf::PdmObject* obj
|
||||
const QStringList& uiConfigNameForTabs,
|
||||
const QString& windowTitle,
|
||||
QWidget* parent)
|
||||
: QDialog(parent, Qt::WindowTitleHint | Qt::WindowSystemMenuHint)
|
||||
: QDialog(parent, Qt::WindowTitleHint | Qt::WindowSystemMenuHint | Qt::WindowCloseButtonHint)
|
||||
{
|
||||
this->setWindowTitle(windowTitle);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user