Skip to content

Commit 619b4b6

Browse files
author
Philipp Speck
committed
order size inverted
1 parent f26e7ec commit 619b4b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ func main() {
7171

7272
icon := ico.NewIcon()
7373
// https://learn.microsoft.com/en-us/windows/win32/uxguide/vis-icons
74-
sizes := []int{16, 24, 32, 48, 64, 128, 256}
74+
sizes := []int{256, 128, 64, 48, 32, 24, 16}
7575
for _, size := range sizes {
7676
resizedImg := scale(alpha, size, size)
7777
icon.AddPng(resizedImg)

0 commit comments

Comments
 (0)