From 376dfaee4279aa7ec41dd920f18a9dd60b5d43fa Mon Sep 17 00:00:00 2001 From: renekton Date: Mon, 26 Aug 2024 18:56:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E9=A2=98=E7=BC=96=E8=BE=91=E5=9B=BE?= =?UTF-8?q?=E6=A0=87=E5=91=BD=E5=90=8D=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/fr/design/mainframe/theme/TemplateThemeBlock.java | 2 +- .../com/fine/theme/icon/{icon_edit.svg => theme_edit.svg} | 0 .../main/resources/com/fine/theme/light/ui/fine_light.icon.json | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename designer-base/src/main/resources/com/fine/theme/icon/{icon_edit.svg => theme_edit.svg} (100%) diff --git a/designer-base/src/main/java/com/fr/design/mainframe/theme/TemplateThemeBlock.java b/designer-base/src/main/java/com/fr/design/mainframe/theme/TemplateThemeBlock.java index 810c4ae362..27f09d9e0b 100644 --- a/designer-base/src/main/java/com/fr/design/mainframe/theme/TemplateThemeBlock.java +++ b/designer-base/src/main/java/com/fr/design/mainframe/theme/TemplateThemeBlock.java @@ -51,7 +51,7 @@ public class TemplateThemeBlock extends JPanel { private final TemplateThemeProfilePane profilePane; private final Icon theme4currentTemplateMarkIcon = IOUtils.readIcon("/com/fr/design/form/images/theme4currentTemplate.png"); private final Icon theme4NewTemplateMarkIcon= IOUtils.readIcon("/com/fr/design/form/images/theme4newTemplate.png"); - private final Icon profileIcon = new LazyIcon("icon_edit"); + private final Icon profileIcon = new LazyIcon("theme_edit"); private final boolean displayTheme4NewTemplateMarker; private final ThumbnailPane thumbnailPane; diff --git a/designer-base/src/main/resources/com/fine/theme/icon/icon_edit.svg b/designer-base/src/main/resources/com/fine/theme/icon/theme_edit.svg similarity index 100% rename from designer-base/src/main/resources/com/fine/theme/icon/icon_edit.svg rename to designer-base/src/main/resources/com/fine/theme/icon/theme_edit.svg diff --git a/designer-base/src/main/resources/com/fine/theme/light/ui/fine_light.icon.json b/designer-base/src/main/resources/com/fine/theme/light/ui/fine_light.icon.json index 7a93ba1121..1c63b2b363 100644 --- a/designer-base/src/main/resources/com/fine/theme/light/ui/fine_light.icon.json +++ b/designer-base/src/main/resources/com/fine/theme/light/ui/fine_light.icon.json @@ -443,7 +443,7 @@ "layout_left": "layout/layout_left.svg", "layout_right": "layout/layout_right.svg", "layout_top_right": "layout/layout_top_right.svg", - "icon_edit": "icon_edit.svg" + "theme_edit": "theme_edit.svg" } }