mirror of https://gitee.com/makejava/EasyCode.git
修复新版本图标问题
This commit is contained in:
parent
d0f72c0d37
commit
cd62440742
|
@ -55,7 +55,7 @@
|
|||
<component id="d1404" class="javax.swing.JButton" binding="deleteGroupButton">
|
||||
<constraints/>
|
||||
<properties>
|
||||
<icon value="actions/delete.png"/>
|
||||
<icon value="actions/cancel.png"/>
|
||||
</properties>
|
||||
</component>
|
||||
</children>
|
||||
|
@ -82,7 +82,7 @@
|
|||
<component id="56e42" class="javax.swing.JButton" binding="deleteItemButton">
|
||||
<constraints/>
|
||||
<properties>
|
||||
<icon value="actions/delete.png"/>
|
||||
<icon value="actions/cancel.png"/>
|
||||
</properties>
|
||||
</component>
|
||||
</children>
|
||||
|
|
|
@ -123,7 +123,7 @@ public class MainSetting implements Configurable, Configurable.Composite {
|
|||
|
||||
// 模板导入事件
|
||||
importBtn.addActionListener(e -> {
|
||||
String token = Messages.showInputDialog("Token:", MsgValue.TITLE_INFO, AllIcons.General.PasswordLock, "", new InputValidator() {
|
||||
String token = Messages.showInputDialog("Token:", MsgValue.TITLE_INFO, AllIcons.General.Tip, "", new InputValidator() {
|
||||
@Override
|
||||
public boolean checkInput(String inputString) {
|
||||
return !StringUtils.isEmpty(inputString);
|
||||
|
|
|
@ -273,7 +273,7 @@ public class TemplateSettingPanel implements Configurable {
|
|||
panel.add(comboBox);
|
||||
|
||||
// 调试动作按钮
|
||||
DefaultActionGroup actionGroup = new DefaultActionGroup(new AnAction(AllIcons.Debugger.ToolConsole) {
|
||||
DefaultActionGroup actionGroup = new DefaultActionGroup(new AnAction(AllIcons.Debugger.Console) {
|
||||
@Override
|
||||
public void actionPerformed(AnActionEvent e) {
|
||||
// 获取选中的表
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
<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"/>
|
||||
</constraints>
|
||||
<properties>
|
||||
<icon value="actions/delete.png"/>
|
||||
<icon value="actions/cancel.png"/>
|
||||
</properties>
|
||||
</component>
|
||||
<vspacer id="99a7d">
|
||||
|
@ -90,7 +90,7 @@
|
|||
<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"/>
|
||||
</constraints>
|
||||
<properties>
|
||||
<icon value="actions/delete.png"/>
|
||||
<icon value="actions/cancel.png"/>
|
||||
</properties>
|
||||
</component>
|
||||
</children>
|
||||
|
|
Loading…
Reference in New Issue