From 8443907f74a3439b41a619cc1ddd706e24278d8f Mon Sep 17 00:00:00 2001 From: Vinyl Darkscratch Date: Mon, 12 Mar 2018 13:57:33 -0700 Subject: [PATCH] Re-add journal frameless flag --- journal/unix/journal.py | 1 + 1 file changed, 1 insertion(+) diff --git a/journal/unix/journal.py b/journal/unix/journal.py index 6eb7592..a69b734 100644 --- a/journal/unix/journal.py +++ b/journal/unix/journal.py @@ -57,6 +57,7 @@ class Journal(QWidget): self.label = QLabel(self) self.change_image('default_en') + self.setWindowFlags(self.windowFlags() | Qt.FramelessWindowHint) self.setAttribute(Qt.WA_TranslucentBackground) self.setMouseTracking(True) self.setWindowTitle(' ')