ajout d'un label de copyright et ajustement de la hauteur de la fenêtre dans moveyourPOP.au3
This commit is contained in:
@ -39,10 +39,13 @@ if ProcessExists("thunderbird.exe") Then
|
|||||||
Exit
|
Exit
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
$hGUI = GUICreate("MoveYourPOP", 800, 560)
|
$hGUI = GUICreate("MoveYourPOP", 800, 570)
|
||||||
GUISetBkColor(0xf2f2f2)
|
GUISetBkColor(0xf2f2f2)
|
||||||
|
|
||||||
GUISetFont(10, 500, default, "Segoe UI")
|
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)
|
GUICtrlCreateGroup("", 10, 5, 780, 80)
|
||||||
GUICtrlCreateLabel("👤 Profil Thunderbird : ", 20, 23, 200, 30)
|
GUICtrlCreateLabel("👤 Profil Thunderbird : ", 20, 23, 200, 30)
|
||||||
|
|||||||
Reference in New Issue
Block a user