mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
add transparent background of nice checkbox
This commit is contained in:
parent
3809910230
commit
1ddf67df78
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ class NiceCheckbox(QtWidgets.QFrame):
|
|||
super(NiceCheckbox, self).__init__(parent)
|
||||
|
||||
self.setObjectName("NiceCheckbox")
|
||||
|
||||
self.setAttribute(QtCore.Qt.WA_TranslucentBackground)
|
||||
self.setSizePolicy(
|
||||
QtWidgets.QSizePolicy.Fixed,
|
||||
QtWidgets.QSizePolicy.Fixed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue