Skip to content

Commit

Permalink
取消标题栏的默认透明属性
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyiYo committed Oct 19, 2022
1 parent 7fda6f2 commit 12de58c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion qframelesswindow/titlebar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ def __init__(self, parent):

self.resize(200, 32)
self.setFixedHeight(32)
self.setAttribute(Qt.WA_TranslucentBackground)

# add buttons to layout
self.hBoxLayout.setSpacing(0)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="PyQt5-Frameless-Window",
version="0.1.0",
version="0.1.1",
keywords="pyqt frameless",
author="Huang Zhengzhi",
author_email="[email protected]",
Expand Down

0 comments on commit 12de58c

Please sign in to comment.