Helpviewer/AdBlock/AdBlockExceptionsDialog.py

branch
6_0_x
changeset 4280
9556c261c3a2
parent 4022
f5f42921717e
child 4631
5c1a96925da4
diff -r 6ba4bda91560 -r 9556c261c3a2 Helpviewer/AdBlock/AdBlockExceptionsDialog.py
--- a/Helpviewer/AdBlock/AdBlockExceptionsDialog.py	Sat Jun 13 12:31:57 2015 +0200
+++ b/Helpviewer/AdBlock/AdBlockExceptionsDialog.py	Sat Jun 13 19:27:40 2015 +0200
@@ -9,7 +9,7 @@
 
 from __future__ import unicode_literals
 
-from PyQt5.QtCore import pyqtSlot
+from PyQt5.QtCore import pyqtSlot, Qt
 from PyQt5.QtWidgets import QDialog
 
 from .Ui_AdBlockExceptionsDialog import Ui_AdBlockExceptionsDialog
@@ -29,6 +29,7 @@
         """
         super(AdBlockExceptionsDialog, self).__init__(parent)
         self.setupUi(self)
+        self.setWindowFlags(Qt.Window)
         
         self.iconLabel.setPixmap(
             UI.PixmapCache.getPixmap("adBlockPlusGreen48.png"))

eric ide

mercurial