Skip to content
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.

Commit

Permalink
fix height formule
Browse files Browse the repository at this point in the history
  • Loading branch information
m4x3r committed Nov 23, 2020
1 parent 22ab3a5 commit a783a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loader.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ else
{
total_lines = %A_Index%
}
guiheight := (total_lines - 2) * 40 + 40
guiheight := (total_lines - 1) * 40 + 40
neutron.Show("w320 h" guiheight )
neutron.Gui("+LabelNeutron")
return
Expand Down

0 comments on commit a783a82

Please # to comment.