ynput / OpenPype

Main OpenPype repository and AYON openpype addon codebase
https://openpype.io
MIT License
280 stars 128 forks source link

Photoshop: High scaling in UIs #6190

Closed iLLiCiTiT closed 5 months ago

iLLiCiTiT commented 5 months ago

Changelog Description

Use get_openpype_qt_app to create QApplication in Photoshop.

Additional info

Function 'get_openpype_qt_app' prepares QApplication a little bit better for scaling.

Testing notes:

This can be visibly tested only on windows machine with enabled scaling (e.g. 150%).

  1. Launch Photoshop
  2. UIs should be scaled a little bit better
LiborBatek commented 5 months ago

@iLLiCiTiT In this case, I took the liberty of merging this PR into develop....I hope you are ok with it. Should not break anything elsewhere imho.