this should fix the issues with the settinsg dialog
[quassel.git] / src / qtui / settingsdlg.cpp
index f44b229..d070080 100644 (file)
@@ -25,7 +25,6 @@ SettingsDlg::SettingsDlg(QWidget *parent)
     _currentPage(0)
 {
   setModal(true);
-  setWindowFlags(Qt::Sheet);
   setAttribute(Qt::WA_DeleteOnClose, true);
   ui.setupUi(this);