From 4df91ac787c6e1a8c2553f173b4ceefe807b49dd Mon Sep 17 00:00:00 2001 From: Vinyl Darkscratch Date: Thu, 8 Mar 2018 02:13:19 -0800 Subject: [PATCH] Remove unneeded lines in journal --- journal/unix/journal.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/journal/unix/journal.py b/journal/unix/journal.py index 8339e5c..0ad0657 100644 --- a/journal/unix/journal.py +++ b/journal/unix/journal.py @@ -93,9 +93,6 @@ class Niko(QWidget): self.frames = [QPixmap(os.path.join(base_path, 'images', 'niko{}.png'.format(n))) for n in range(1,4)] - self.setBackgroundRole(QPalette.Base) - self.setSizePolicy(QSizePolicy.Expanding, QSizePolicy.Expanding) - if __name__ == '__main__': app = QApplication(sys.argv)