Convert to tabs

This commit is contained in:
Vinyl Darkscratch 2018-03-06 23:49:05 -08:00
parent f17fd64eb7
commit b29385fd4d

View file

@ -39,7 +39,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()) self.setWindowFlags(self.windowFlags() | QtCore.Qt.FramelessWindowHint)
self.setAttribute(Qt.WA_TranslucentBackground) self.setAttribute(Qt.WA_TranslucentBackground)
self.setAttribute(Qt.WA_NoSystemBackground) self.setAttribute(Qt.WA_NoSystemBackground)
self.setWindowTitle('') self.setWindowTitle('')