mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
set attribute before initialization
This commit is contained in:
parent
eaba10a336
commit
fc47ef8e81
1 changed files with 1 additions and 1 deletions
|
|
@ -58,8 +58,8 @@ def main():
|
|||
|
||||
avalon.api.install(testhost)
|
||||
|
||||
QtWidgets.QApplication.setAttribute(QtCore.Qt.AA_EnableHighDpiScaling)
|
||||
app = QtWidgets.QApplication([])
|
||||
app.setAttribute(QtCore.Qt.AA_EnableHighDpiScaling)
|
||||
window = PublisherWindow()
|
||||
window.show()
|
||||
app.exec_()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue