From df7094c852dbadc9486f06541453167ef87c5e7d Mon Sep 17 00:00:00 2001 From: Vinyl Darkscratch Date: Wed, 7 Mar 2018 00:23:57 -0800 Subject: [PATCH] Add transparency support --- journal/unix/journal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/journal/unix/journal.py b/journal/unix/journal.py index 9b149f3..23c7395 100644 --- a/journal/unix/journal.py +++ b/journal/unix/journal.py @@ -39,7 +39,7 @@ class Journal(QWidget): self.label = QLabel(self) self.change_image('default_en') - self.setWindowFlags(self.windowFlags() | QtCore.Qt.FramelessWindowHint) + self.setWindowFlags(self.windowFlags() | Qt.FramelessWindowHint) self.setAttribute(Qt.WA_TranslucentBackground) self.setAttribute(Qt.WA_NoSystemBackground) self.setWindowTitle('')