From b7111896087d84c1f002250ed9971f43d86cd76e Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Thu, 5 May 2022 18:41:38 +0300 Subject: [PATCH] - fixed the 'light' theme paint icon name --- CHANGELOG.md | 1 + assets/resources/{paint20_1.png => paint32.png} | Bin 2 files changed, 1 insertion(+) rename assets/resources/{paint20_1.png => paint32.png} (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09bc36ca..8a0b96a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ CHANGELOG for FlatCAM Evo beta - added a hack so the dark stylesheet for QWidget is reapplied if that Qwidget is removed (I don't know why it is lost in the first time) - when exiting an Editor with a sub-tool active the cursor data display feature is removed - updated the GCode header +- fixed the 'light' theme paint icon name 4.05.2020 diff --git a/assets/resources/paint20_1.png b/assets/resources/paint32.png similarity index 100% rename from assets/resources/paint20_1.png rename to assets/resources/paint32.png