changed default focused edit box to video tags box

pull/2/head
Yuriy 1 year ago
parent e10fd869a4
commit d8f4b86122

@ -825,7 +825,7 @@ Gui, Show, x%XPosition% y%YPosition%, %FullScriptName% - Upload Settings - %Body
else,
Gui, Show,, %FullScriptName% - Upload Settings - %BodyTextFilePath%
ControlFocus, Edit1, %FullScriptName%
ControlFocus, Edit4, %FullScriptName%
ToolTip
@ -1401,7 +1401,7 @@ Gui, Font, Normal
Gui, Add, Edit, x+5 yp+0 h%ButtonHeights% vLocalsURL w%ResultEditBoxWidths% gUpdateVars, %LocalsURL%
Gui, Font, Bold
Gui, Add, Button, x10 y+10 h%ButtonHeights% w%CopyButtonWidths% gCopyVideoTags, Video Tags
Gui, Add, Button, x10 y+10 h%ButtonHeights% w%CopyButtonWidths% gCopyVideoTags vVideoTagsEdit, Video Tags
Gui, Font, Normal
Gui, Add, Edit, x+5 yp+0 h%ButtonHeights% vVideoTags w%ResultEditBoxWidths% gUpdateVars , %VideoTags%

Loading…
Cancel
Save