Preferences/ConfigurationDialog.py

changeset 4278
ccd1e13cb9bd
parent 4216
bca19a75be32
child 4288
1c9c1c12111a
diff -r 3bed5f74d328 -r ccd1e13cb9bd Preferences/ConfigurationDialog.py
--- a/Preferences/ConfigurationDialog.py	Sat Jun 13 12:31:57 2015 +0200
+++ b/Preferences/ConfigurationDialog.py	Sat Jun 13 19:27:40 2015 +0200
@@ -824,6 +824,8 @@
         if name:
             self.setObjectName(name)
         self.setModal(modal)
+        self.setWindowFlags(Qt.Window)
+        
         self.layout = QVBoxLayout(self)
         self.layout.setContentsMargins(0, 0, 0, 0)
         self.layout.setSpacing(0)

eric ide

mercurial