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:
@@ -2,4 +2,5 @@
|
||||
pip install pyinstaller
|
||||
pip install proxmoxer
|
||||
pip install PySimpleGUIQt
|
||||
pip install requests
|
||||
pip install requests
|
||||
pip install pywin32
|
||||
Reference in New Issue
Block a user