Fix layout icone en-tete: redimensionnement 24x24 avant affichage

Changements :
- Redimensionnement de l'icone PNG a 24x24 via CatmullRom (golang.org/x/image/draw)
- Corrige le decalage de l'interface cause par l'image 912x1164

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-25 12:51:04 +01:00
parent 3ffbb550ec
commit 2b2eb87f45
4 changed files with 12 additions and 4 deletions

3
go.mod
View File

@@ -1,9 +1,10 @@
module gitchecker
go 1.22
go 1.25.0
require (
github.com/lxn/walk v0.0.0-20210112085537-c389da54e794
golang.org/x/image v0.38.0
golang.org/x/sys v0.18.0
)