mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
Remove redundant, problematic attribute
This commit is contained in:
parent
51c264d901
commit
904eb51d06
1 changed files with 0 additions and 2 deletions
|
|
@ -44,7 +44,6 @@ class Journal(QWidget):
|
|||
|
||||
self.setWindowFlags(self.windowFlags() | Qt.FramelessWindowHint)
|
||||
self.setAttribute(Qt.WA_TranslucentBackground)
|
||||
self.setAttribute(Qt.WA_NoSystemBackground)
|
||||
self.setMouseTracking(True)
|
||||
self.setWindowTitle('')
|
||||
self.setMinimumSize(800, 600)
|
||||
|
|
@ -84,7 +83,6 @@ class Niko(QWidget):
|
|||
|
||||
self.setWindowFlags(self.windowFlags() | Qt.FramelessWindowHint)
|
||||
self.setAttribute(Qt.WA_TranslucentBackground)
|
||||
self.setAttribute(Qt.WA_NoSystemBackground)
|
||||
self.setMouseTracking(True)
|
||||
self.setWindowTitle('')
|
||||
self.setMinimumSize(self.screen_width, self.screen_height)
|
||||
|
|
|
|||
Loading…
Reference in a new issue