From ae3b9ad69f80a5ad41ae8b2d33449992dd41c65b Mon Sep 17 00:00:00 2001 From: redsnout Date: Fri, 10 Jun 2022 15:53:40 -0500 Subject: Calculator: Fix Broken Euler's Number icon In #14248 a new image was added to represent Euler's Number. Running optipng on the image results in a smaller file size but causes calculator to throw the following error message: Calculator(39:39): Exiting with runtime error: PNGImageDecoderPlugin: Palette index out of range. This commit provides a fixed image file. --- Base/res/icons/calculator/eulers_number.png | Bin 822 -> 1314 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'Base') diff --git a/Base/res/icons/calculator/eulers_number.png b/Base/res/icons/calculator/eulers_number.png index fe7de6fc03..dad57bae81 100644 Binary files a/Base/res/icons/calculator/eulers_number.png and b/Base/res/icons/calculator/eulers_number.png differ -- cgit v1.2.3