Salome HOME
Issue #3151: Remove extra buttons from properties dialog boxes
[modules/shaper.git] / src / XGUI / XGUI_DeflectionDialog.cpp
index 598d33e11dfc782c670662daa79252ff2c670c47..568343a74367f2b02d665fb47b440307e73003a7 100644 (file)
@@ -30,7 +30,7 @@
 #include <QDialogButtonBox>
 
 XGUI_DeflectionDialog::XGUI_DeflectionDialog(QWidget* theParent)
-  : QDialog(theParent)
+  : QDialog(theParent, Qt::Dialog | Qt::CustomizeWindowHint | Qt::WindowTitleHint)
 {
   setWindowTitle(tr("Deflection"));
   QGridLayout* aLay = new QGridLayout(this);