diff --git a/moveyourPOP.au3 b/moveyourPOP.au3 index 5bb9541..75ae5ba 100644 --- a/moveyourPOP.au3 +++ b/moveyourPOP.au3 @@ -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)