File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -135,6 +135,7 @@ def __init__(self):
135135
136136
137137if __name__ == '__main__' :
138+ QtCore .QCoreApplication .setAttribute (QtCore .Qt .AA_EnableHighDpiScaling )
138139 app = QtWidgets .QApplication ([])
139140
140141 # create node graph.
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ def get_published_nodes_from_folder(folder_path):
4747
4848
4949if __name__ == '__main__' :
50+ QtCore .QCoreApplication .setAttribute (QtCore .Qt .AA_EnableHighDpiScaling )
5051 app = QtWidgets .QApplication ()
5152
5253 # create node graph.
Original file line number Diff line number Diff line change 88
99
1010if __name__ == '__main__' :
11+ QtCore .QCoreApplication .setAttribute (QtCore .Qt .AA_EnableHighDpiScaling )
1112 app = QtWidgets .QApplication ([])
1213
1314 # create node graph.
You can’t perform that action at this time.
0 commit comments