sorted window flags

This commit is contained in:
2016-03-06 15:02:33 +03:00
parent fffdc47937
commit e1f38077bb

View File

@@ -61,7 +61,7 @@ class Window(QDialog):
self.ui = Ui_PhotoFrame()
self.ui.setupUi(self)
self.setWindowFlags(MainWindowType | Qt.WindowStaysOnBottomHint | Qt.FramelessWindowHint)
self.setWindowFlags(MainWindowType | Qt.FramelessWindowHint | Qt.WindowStaysOnBottomHint)
self.locked = True
self.resize(SizeX, SizeY)
self.move(PosX,PosY)