From 8701c6942b61ad8d382212d08fb774c810f7ab56 Mon Sep 17 00:00:00 2001 From: jopazerty Date: Mon, 17 Mar 2025 11:49:38 +0100 Subject: [PATCH] =?UTF-8?q?ajout=20d'un=20label=20de=20copyright=20et=20aj?= =?UTF-8?q?ustement=20de=20la=20hauteur=20de=20la=20fen=C3=AAtre=20dans=20?= =?UTF-8?q?moveyourPOP.au3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- moveyourPOP.au3 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)