Skip to content

Commit

Permalink
File Compiled Icons
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmaehl committed Jul 8, 2021
1 parent 155d121 commit 991d9f8
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 1 deletion.
Binary file modified Assets/Em.ico
Binary file not shown.
Binary file modified Assets/Git.ico
Binary file not shown.
Binary file modified Assets/dis.ico
Binary file not shown.
Binary file modified Assets/inf.ico
Binary file not shown.
Binary file modified Assets/job.ico
Binary file not shown.
Binary file modified Assets/pp.ico
Binary file not shown.
Binary file modified Assets/set.ico
Binary file not shown.
Binary file modified Assets/web.ico
Binary file not shown.
Binary file modified Assets/windows11-logo.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion WhyNotWin11.au3
Expand Up @@ -414,7 +414,7 @@ Func Main()
If $iRow = 0 Or $iRow = 3 Or $iRow = 6 Or $iRow = 9 Then GUICtrlSetStyle(-1, $SS_CENTER + $SS_SUNKEN)
GUICtrlSetFont(-1, $aFonts[$FontMedium] * $DPI_RATIO, $FW_SEMIBOLD)
If @Compiled Then
GUICtrlCreateIcon("", -1, 763, 118 + $iRow * 40, 24, 40, $SS_CENTERIMAGE + $SS_CENTER)
GUICtrlCreateIcon("", -1, 763, 118 + $iRow * 40, 24, 40)
_SetBkSelfIcon(-1, 0xF8F8F8, @ScriptFullPath, 207, 24, 24)
GUICtrlSetTip(-1, $aInfo[$iRow], _Translate($iMUI, "Description"), $TIP_INFOICON, $TIP_BALLOON)
Else
Expand Down

0 comments on commit 991d9f8

Please sign in to comment.