Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiko2k committed Jun 23, 2022
1 parent f1e202e commit 146e548
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions t_modules/t_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4320,6 +4320,8 @@ def auto_scale():
if old != prefs.x_scale:
print(f"Using UI scale: {prefs.scale_want}")

if prefs.scale_want < 0.5:
prefs.scale_want = 1.0

auto_scale()

Expand Down

0 comments on commit 146e548

Please sign in to comment.