Skip to content

Commit

Permalink
Merge pull request #19 from Nigh/17-disableDPIscale
Browse files Browse the repository at this point in the history
disable DPI scale
  • Loading branch information
Nigh authored Aug 4, 2023
2 parents 0f81da4 + a64c306 commit ca3e760
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ InHook.VisibleNonText := False
title := "iwck"
neutron := NeutronWindow().Load("index.html")
.Opt("-Resize")
.Opt("-DPIScale")
.OnEvent("Close", (neutron) => ExitApp())
.Show("w350 h247", title)
return
Expand Down

0 comments on commit ca3e760

Please sign in to comment.