We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dc3db3 commit d539068Copy full SHA for d539068
1 file changed
src/AutoWall.au3
@@ -17,8 +17,8 @@
17
#include <AutoItConstants.au3>
18
#include <WinAPIShPath.au3>
19
#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)
+$form = GUICreate("github.com/SegoCode", 513, 72, 183, 124, -1, $WS_EX_ACCEPTFILES)
+GUISetOnEvent($GUI_EVENT_DROPPED, -1)
22
$applyb = GUICtrlCreateButton("Apply", 432, 8, 75, 25)
23
$resetb = GUICtrlCreateButton("Reset", 432, 40, 75, 25)
24
$browseb = GUICtrlCreateButton("Browse", 352, 40, 75, 25)
0 commit comments