We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f4c534 commit 0865ca4Copy full SHA for 0865ca4
components/clipCreatorGUI.ahk
@@ -17,11 +17,11 @@ showClipCreatorGUI(createAsQuickClip = false){
17
}
18
19
Gui Show, w240 h176, Clip Creator
20
- Return
+ return
21
22
GuiSize:
23
if (A_EventInfo == 1) {
24
25
26
27
AutoXYWH("w*", hTxtText)
@@ -31,7 +31,7 @@ showClipCreatorGUI(createAsQuickClip = false){
31
32
if (createAsQuickClip)
33
AutoXYWH("xy", hDDLItems)
34
35
36
OkClick:
37
GuiControlGet EditContent
@@ -45,11 +45,11 @@ showClipCreatorGUI(createAsQuickClip = false){
45
46
47
Gui Destroy
48
49
50
CancelClick:
51
GuiEscape:
52
GuiClose:
53
54
55
0 commit comments