Browse Source

主题编辑图标命名修改

fbp/release
renekton 3 months ago
parent
commit
376dfaee42
  1. 2
      designer-base/src/main/java/com/fr/design/mainframe/theme/TemplateThemeBlock.java
  2. 0
      designer-base/src/main/resources/com/fine/theme/icon/theme_edit.svg
  3. 2
      designer-base/src/main/resources/com/fine/theme/light/ui/fine_light.icon.json

2
designer-base/src/main/java/com/fr/design/mainframe/theme/TemplateThemeBlock.java

@ -51,7 +51,7 @@ public class TemplateThemeBlock<T extends TemplateTheme> extends JPanel {
private final TemplateThemeProfilePane<T> 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;

0
designer-base/src/main/resources/com/fine/theme/icon/icon_edit.svg → designer-base/src/main/resources/com/fine/theme/icon/theme_edit.svg

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

2
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"
}
}

Loading…
Cancel
Save