Skip to content

Commit

Permalink
Merge pull request #138 from DanGM96/patch-1
Browse files Browse the repository at this point in the history
Fixed pointer cursor on exit hover
  • Loading branch information
rcmaehl authored Jun 28, 2021
2 parents 1e8c4db + a4409ff commit 46abeba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WhyNotWin11.au3
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ Func Main()
; Top Most Interaction for Closing Window
$hExit = GUICtrlCreateLabel("", 760, 10, 30, 30, $SS_CENTER+$SS_CENTERIMAGE)
GUICtrlSetFont(-1, 24, $FW_MEDIUM)
GUICtrlSetCursor(-1, 0)

; Top Most Interaction for Socials
$hGithub = GUICtrlCreateLabel("", 12, 100, 32, 32)
Expand Down Expand Up @@ -229,7 +230,6 @@ Func Main()

GUICtrlCreateLabel("X", 760, 10, 30, 30, $SS_CENTER+$SS_CENTERIMAGE)
GUICtrlSetFont(-1, 24, $FW_NORMAL)
GUICtrlSetCursor(-1, 0)

Local $hCheck[11][3]
Local $hLabel[11] = ["Architecture (CPU + OS)", "Boot Method", "CPU Compatibility", "CPU Core Count", "CPU Frequency", "DirectX + WDDM2", "Disk Partition Type", "RAM Installed", "Secure Boot", "Storage Available", "TPM Version"]
Expand Down

0 comments on commit 46abeba

Please sign in to comment.