From d8f4b86122f600b8f28f4cad19073b4bea04740e Mon Sep 17 00:00:00 2001 From: yuriy Date: Sat, 16 Sep 2023 23:34:50 -0400 Subject: [PATCH] changed default focused edit box to video tags box --- Freedomain Video Uploader.ahk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Freedomain Video Uploader.ahk b/Freedomain Video Uploader.ahk index 19d60c7..eba6a61 100644 --- a/Freedomain Video Uploader.ahk +++ b/Freedomain Video Uploader.ahk @@ -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%