From 880202026c1b463fe37b913f342ec3b600d05f7e Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Tue, 7 Aug 2018 08:00:26 +0200 Subject: [PATCH] FEM: icons, rename cylinder icon --- src/Mod/Fem/Gui/Resources/Fem.qrc | 2 +- .../icons/{fem-cylinder.svg => fem-post-geo-cylinder.svg} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/Mod/Fem/Gui/Resources/icons/{fem-cylinder.svg => fem-post-geo-cylinder.svg} (100%) diff --git a/src/Mod/Fem/Gui/Resources/Fem.qrc b/src/Mod/Fem/Gui/Resources/Fem.qrc index cff90f8315..7e84660aec 100755 --- a/src/Mod/Fem/Gui/Resources/Fem.qrc +++ b/src/Mod/Fem/Gui/Resources/Fem.qrc @@ -33,7 +33,6 @@ icons/fem-constraint-temperature.svg icons/fem-constraint-transform.svg icons/fem-control-solver.svg - icons/fem-cylinder.svg icons/fem-elmer.svg icons/fem-equation-electrostatic.svg icons/fem-equation-fluxsolver.svg @@ -66,6 +65,7 @@ icons/fem-post-filter-linearized-stresses.svg icons/fem-post-filter-warp.svg icons/fem-post-geo-box.svg + icons/fem-post-geo-cylinder.svg icons/fem-plane.svg icons/fem-purge-results.svg icons/fem-result.svg diff --git a/src/Mod/Fem/Gui/Resources/icons/fem-cylinder.svg b/src/Mod/Fem/Gui/Resources/icons/fem-post-geo-cylinder.svg similarity index 100% rename from src/Mod/Fem/Gui/Resources/icons/fem-cylinder.svg rename to src/Mod/Fem/Gui/Resources/icons/fem-post-geo-cylinder.svg