Skip to content

Commit d539068

Browse files
committed
Update AutoWall.au3
1 parent 4dc3db3 commit d539068

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AutoWall.au3

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
#include <AutoItConstants.au3>
1818
#include <WinAPIShPath.au3>
1919
#Region ### START Koda GUI section ### Form=
20-
$form = GUICreate("github.com/SegoCode", 513, 72, 183, 124,-1,$WS_EX_ACCEPTFILES)
21-
GUISetOnEvent($GUI_EVENT_DROPPED,-1)
20+
$form = GUICreate("github.com/SegoCode", 513, 72, 183, 124, -1, $WS_EX_ACCEPTFILES)
21+
GUISetOnEvent($GUI_EVENT_DROPPED, -1)
2222
$applyb = GUICtrlCreateButton("Apply", 432, 8, 75, 25)
2323
$resetb = GUICtrlCreateButton("Reset", 432, 40, 75, 25)
2424
$browseb = GUICtrlCreateButton("Browse", 352, 40, 75, 25)

0 commit comments

Comments
 (0)