Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Pianisuto committed Mar 27, 2023
1 parent f4f5150 commit c4f2b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@ The class provides functionality to create a scrollable GUI with the use of a sc

Example:

``` autohotkey `1`
``` autohotkey
M := Gui('+Resize')
Loop 15 {
M.Add("Button", "x5 y" 10 + ((A_Index - 1) * 100) " w800 h80", A_Index)
Expand Down

0 comments on commit c4f2b46

Please sign in to comment.