mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
use right constants
This commit is contained in:
parent
aaf9be080a
commit
bc61b450db
6 changed files with 9 additions and 7 deletions
|
|
@ -423,7 +423,7 @@ class ActionHistory(QtWidgets.QPushButton):
|
|||
return
|
||||
|
||||
widget = QtWidgets.QListWidget()
|
||||
widget.setSelectionMode(widget.NoSelection)
|
||||
widget.setSelectionMode(QtWidgets.QAbstractItemView.NoSelection)
|
||||
widget.setStyleSheet("""
|
||||
* {
|
||||
font-family: "Courier New";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue