Preferences/ConfigurationDialog.py

branch
6_0_x
changeset 4280
9556c261c3a2
parent 4215
31c7a83352ed
child 4329
399e14805a5c
diff -r 6ba4bda91560 -r 9556c261c3a2 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
@@ -775,6 +775,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