ajout d'un label de copyright et ajustement de la hauteur de la fenêtre dans moveyourPOP.au3

This commit is contained in:
jopazerty
2025-03-17 11:49:38 +01:00
parent 088ba2fa7a
commit 8701c6942b

View File

@ -39,10 +39,13 @@ if ProcessExists("thunderbird.exe") Then
Exit
EndIf
$hGUI = GUICreate("MoveYourPOP", 800, 560)
$hGUI = GUICreate("MoveYourPOP", 800, 570)
GUISetBkColor(0xf2f2f2)
GUISetFont(10, 500, default, "Segoe UI")
GUICtrlCreateLabel("moveYourPOP™ by jop", 0, 555, 800, 15, $SS_CENTER)
GUICtrlSetFont(-1, 8, 500, 2, "Segoe UI")
GUICtrlSetBkColor(-1, 0xf2f2f2)
GUICtrlCreateGroup("", 10, 5, 780, 80)
GUICtrlCreateLabel("👤 Profil Thunderbird : ", 20, 23, 200, 30)