sorted window flags

This commit is contained in:
Rinaldus 2016-03-06 15:02:33 +03:00
parent fffdc47937
commit e1f38077bb
1 changed files with 1 additions and 1 deletions

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)