Skip to content

Commit

Permalink
Fixed simulator height to match new simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
lwcorp authored Oct 10, 2024
1 parent dfabfbe commit 59dac89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LWBlat GUI.au3
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#cs
[FileVersion]
#ce
#AutoIt3Wrapper_Res_Fileversion=1.4.1
#AutoIt3Wrapper_Res_Fileversion=1.4.2
#AutoIt3Wrapper_Res_LegalCopyright=Copyright (C) https://lior.weissbrod.com

#cs
Expand Down Expand Up @@ -888,7 +888,7 @@ While 1
GUIDelete($simulator_MainWindow)
_simulator_OnExit()
else
simulator($MainWindow, -WinGetPos($MainWindow)[2]+44, WinGetPos($MainWindow)[1]-78, "SMTP")
simulator($MainWindow, -WinGetPos($MainWindow)[2]+44, WinGetPos($MainWindow)[1]-113, "SMTP")
EndIf
_GUICtrlButton_Click($Button_create)

Expand Down

0 comments on commit 59dac89

Please sign in to comment.