From 8b5fff4ffe78490ccc181e61b260b0280a7618b8 Mon Sep 17 00:00:00 2001 From: Marek Roszko Date: Tue, 16 Jan 2024 16:27:02 -0500 Subject: [PATCH] Add 256 icon png generation --- resources/bitmaps_png/CMakeLists.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/resources/bitmaps_png/CMakeLists.txt b/resources/bitmaps_png/CMakeLists.txt index 9affb418e9..0c60552a59 100644 --- a/resources/bitmaps_png/CMakeLists.txt +++ b/resources/bitmaps_png/CMakeLists.txt @@ -637,6 +637,21 @@ set( BMAPS_128 icon_pcbcalculator ) +# 256 x 256 for icon sets (windows namely) +set( BMAPS_256 + icon_cvpcb + icon_eeschema + icon_gerbview + icon_kicad + icon_kicad_nightly + icon_libedit + icon_modedit + icon_pcbnew + icon_pagelayout_editor + icon_bitmap2component + icon_pcbcalculator + ) + # Images in this section are generated at whatever resolution is set in the source SVG file # Use Inkscape Document Properties > Custom Size to set (make sure units are pixels) # These are used for images in the UI that are not-square or very large (infographics, etc) @@ -916,6 +931,8 @@ if( MAINTAIN_PNGS ) bitmap_dir( 128 128 "${BMAPS_128}" ) + bitmap_dir( 256 256 "${BMAPS_256}" ) + bitmap_dir( 48 48 "${BMAPS_BIG}" ) bitmap_dir( -1 -1 "${BMAPS_OTHER}" )