Re-add journal frameless flag

This commit is contained in:
Vinyl Darkscratch 2018-03-12 13:57:33 -07:00
parent 527f1a8614
commit 8443907f74

View file

@ -57,6 +57,7 @@ class Journal(QWidget):
self.label = QLabel(self) self.label = QLabel(self)
self.change_image('default_en') self.change_image('default_en')
self.setWindowFlags(self.windowFlags() | Qt.FramelessWindowHint)
self.setAttribute(Qt.WA_TranslucentBackground) self.setAttribute(Qt.WA_TranslucentBackground)
self.setMouseTracking(True) self.setMouseTracking(True)
self.setWindowTitle(' ') self.setWindowTitle(' ')