Skip to content

Commit cd62440

Browse files
committed
修复新版本图标问题
1 parent d0f72c0 commit cd62440

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/main/java/com/sjhy/plugin/ui/AbstractTableGroupPanel.form

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<component id="d1404" class="javax.swing.JButton" binding="deleteGroupButton">
5656
<constraints/>
5757
<properties>
58-
<icon value="actions/delete.png"/>
58+
<icon value="actions/cancel.png"/>
5959
</properties>
6060
</component>
6161
</children>
@@ -82,7 +82,7 @@
8282
<component id="56e42" class="javax.swing.JButton" binding="deleteItemButton">
8383
<constraints/>
8484
<properties>
85-
<icon value="actions/delete.png"/>
85+
<icon value="actions/cancel.png"/>
8686
</properties>
8787
</component>
8888
</children>

src/main/java/com/sjhy/plugin/ui/MainSetting.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public MainSetting() {
123123

124124
// 模板导入事件
125125
importBtn.addActionListener(e -> {
126-
String token = Messages.showInputDialog("Token:", MsgValue.TITLE_INFO, AllIcons.General.PasswordLock, "", new InputValidator() {
126+
String token = Messages.showInputDialog("Token:", MsgValue.TITLE_INFO, AllIcons.General.Tip, "", new InputValidator() {
127127
@Override
128128
public boolean checkInput(String inputString) {
129129
return !StringUtils.isEmpty(inputString);

src/main/java/com/sjhy/plugin/ui/TemplateSettingPanel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ private void addDebugPanel() {
273273
panel.add(comboBox);
274274

275275
// 调试动作按钮
276-
DefaultActionGroup actionGroup = new DefaultActionGroup(new AnAction(AllIcons.Debugger.ToolConsole) {
276+
DefaultActionGroup actionGroup = new DefaultActionGroup(new AnAction(AllIcons.Debugger.Console) {
277277
@Override
278278
public void actionPerformed(AnActionEvent e) {
279279
// 获取选中的表

src/main/java/com/sjhy/plugin/ui/TypeMapperSetting.form

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
7676
</constraints>
7777
<properties>
78-
<icon value="actions/delete.png"/>
78+
<icon value="actions/cancel.png"/>
7979
</properties>
8080
</component>
8181
<vspacer id="99a7d">
@@ -90,7 +90,7 @@
9090
<grid row="0" column="3" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
9191
</constraints>
9292
<properties>
93-
<icon value="actions/delete.png"/>
93+
<icon value="actions/cancel.png"/>
9494
</properties>
9595
</component>
9696
</children>

0 commit comments

Comments
 (0)