We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f26e7ec commit 619b4b6Copy full SHA for 619b4b6
main.go
@@ -71,7 +71,7 @@ func main() {
71
72
icon := ico.NewIcon()
73
// https://learn.microsoft.com/en-us/windows/win32/uxguide/vis-icons
74
- sizes := []int{16, 24, 32, 48, 64, 128, 256}
+ sizes := []int{256, 128, 64, 48, 32, 24, 16}
75
for _, size := range sizes {
76
resizedImg := scale(alpha, size, size)
77
icon.AddPng(resizedImg)
0 commit comments