clearing the topic widget no longer reprints the current topic in the chatview but...
[quassel.git] / src / qtui / settingsdlg.cpp
index 55e7041..f44b229 100644 (file)
@@ -25,6 +25,8 @@ SettingsDlg::SettingsDlg(QWidget *parent)
     _currentPage(0)
 {
   setModal(true);
+  setWindowFlags(Qt::Sheet);
+  setAttribute(Qt::WA_DeleteOnClose, true);
   ui.setupUi(this);
 
   updateGeometry();