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(' ')