mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-22 23:06:18 +00:00
Remove non-functioning Qt.NoFocus policy
This commit is contained in:
parent
3b0a934de0
commit
73088bf7b0
1 changed files with 0 additions and 1 deletions
|
|
@ -139,7 +139,6 @@ class Niko(QWidget):
|
||||||
|
|
||||||
self.setWindowFlags(Qt.FramelessWindowHint | Qt.WindowStaysOnTopHint)
|
self.setWindowFlags(Qt.FramelessWindowHint | Qt.WindowStaysOnTopHint)
|
||||||
self.setAttribute(Qt.WA_TranslucentBackground)
|
self.setAttribute(Qt.WA_TranslucentBackground)
|
||||||
self.setFocusPolicy(Qt.NoFocus)
|
|
||||||
self.setMinimumSize(48, 64)
|
self.setMinimumSize(48, 64)
|
||||||
self.setMaximumSize(48, 64)
|
self.setMaximumSize(48, 64)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue