Skip to content

Commit

Permalink
Potential fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
reilleya committed Dec 1, 2024
1 parent 4f8328e commit 338b088
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
from app import App
from PyQt6.QtCore import Qt

import os
os.environ["QT_SCALE_FACTOR"] = "0.75"


app = App(sys.argv)
#app.setAttribute(Qt.AA_EnableHighDpiScaling)
sys.exit(app.exec())

0 comments on commit 338b088

Please sign in to comment.