Skip to content

Commit

Permalink
Fix app icons on Windows (wpilibsuite#7116)
Browse files Browse the repository at this point in the history
The SysId icon has a bunch of weird artifacting and it's not transparent on Windows. Some of the other icons have issues as well and all of them are inconsistent. GIMP was used to regenerate all the icons from the PNGs, using PNG compression on all the layers.
  • Loading branch information
Gold856 authored Sep 23, 2024
1 parent 8407599 commit 22f086a
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 0 deletions.
Binary file modified datalogtool/src/main/native/win/datalogtool.ico
Binary file not shown.
1 change: 1 addition & 0 deletions glass/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ model {
if (OperatingSystem.current().isWindows()) {
rc.source {
srcDirs 'src/app/native/win'
include '*.rc'
}
}
}
Expand Down
Binary file modified glass/src/app/native/win/glass.ico
Binary file not shown.
Binary file modified outlineviewer/src/main/native/win/outlineviewer.ico
Binary file not shown.
Binary file not shown.
Binary file modified sysid/src/main/native/win/sysid.ico
Binary file not shown.

0 comments on commit 22f086a

Please sign in to comment.