fix issues with help16.png

This commit is contained in:
Grahame Grieve 2023-03-21 18:21:42 +11:00
parent 53051153a6
commit f796ffc57f
4 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 714 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 714 B

View File

@ -924,7 +924,7 @@ public class HierarchicalTableGenerator extends TranslatingUtilities {
public static String help16AsData() throws IOException {
ClassLoader classLoader = HierarchicalTableGenerator.class.getClassLoader();
InputStream help = classLoader.getResourceAsStream("help16.PNG");
InputStream help = classLoader.getResourceAsStream("help16.png");
StringBuilder b = new StringBuilder();
b.append("data:image/png;base64,");
byte[] bytes = TextFile.streamToBytes(help);

Binary file not shown.

After

Width:  |  Height:  |  Size: 714 B