From 87eeeed9c79f0c71ad9de183fa2013fd762812ad Mon Sep 17 00:00:00 2001 From: John Mclaren Date: Wed, 7 Aug 2024 15:55:18 -0400 Subject: [PATCH] reduce window disabled transparency --- SimpleBackup.au3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimpleBackup.au3 b/SimpleBackup.au3 index f7c867a..3420f5d 100644 --- a/SimpleBackup.au3 +++ b/SimpleBackup.au3 @@ -412,7 +412,7 @@ While 1 Case $RunButton ; Adjust window visibility and activation due to long running process GUISetState(@SW_DISABLE, $SettingsForm) - WinSetTrans($SettingsForm, "", 180) + WinSetTrans($SettingsForm, "", 210) If @Compiled Then WinActivate("[TITLE:" & @AutoItExe & "; CLASS:ConsoleWindowClass]") ; Don't continue if combo box is on the placeholder text