mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
Remove unneeded lines in journal
This commit is contained in:
parent
cd9597010a
commit
4df91ac787
1 changed files with 0 additions and 3 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue