mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
remove effect from label
This commit is contained in:
parent
806c417026
commit
f574a81767
1 changed files with 0 additions and 4 deletions
|
|
@ -296,10 +296,6 @@ class Window(QtWidgets.QDialog):
|
|||
self.main_layout.setSpacing(0)
|
||||
self.main_layout.addWidget(main_widget)
|
||||
|
||||
# Display info
|
||||
info_effect = QtWidgets.QGraphicsOpacityEffect(footer_info)
|
||||
footer_info.setGraphicsEffect(info_effect)
|
||||
|
||||
"""Setup
|
||||
|
||||
Widgets are referred to in CSS via their object-name. We
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue