DPI Scaling Issue Fix

Fixed DPI scaling issue that was causing the window to have text cut off. A known limitation is the scaling is based off the first monitor, and does not dynamically rescale (that I'm aware of).
This commit is contained in:
jpattWPC
2022-03-14 21:24:36 -05:00
parent fc60d99a65
commit e29796bba5
4 changed files with 39 additions and 14 deletions

View File

@@ -2,4 +2,5 @@
pip install pyinstaller
pip install proxmoxer
pip install PySimpleGUIQt
pip install requests
pip install requests
pip install pywin32