提交 1b35f0af 编写于 作者: S Serge Rider

Panel icons update


Former-commit-id: 395a7f17
上级 c69495fa
......@@ -332,7 +332,7 @@ public class ValueViewerPanel implements IResultSetPanel, IAdaptable {
contributionManager.add(
new Action("Auto-apply value", Action.AS_CHECK_BOX) {
{
setImageDescriptor(DBeaverIcons.getImageDescriptor(UIIcon.LINK_TO_EDITOR));
setImageDescriptor(DBeaverIcons.getImageDescriptor(UIIcon.AUTO_SAVE));
}
@Override
public boolean isChecked() {
......
......@@ -193,6 +193,7 @@ public class UIIcon {
public static final DBIcon SQL_PAGE_OUTPUT_ALERT = new DBIcon("sql/page_output_alert.png"); //$NON-NLS-1$
public static final DBIcon SAVE_TO_DATABASE = new DBIcon("save_to_db", "sql/save_to_database.png"); //$NON-NLS-1$ //$NON-NLS-2$
public static final DBIcon AUTO_SAVE = new DBIcon("auto_save", "file/auto_save.png"); //$NON-NLS-1$ //$NON-NLS-2$
public static final DBIcon PANEL_CUSTOMIZE = new DBIcon("panel_customize", "sql/panel_customize.png"); //$NON-NLS-1$ //$NON-NLS-2$
public static final DBIcon PANEL_VALUE = new DBIcon("panel_value", "sql/panel_value.png"); //$NON-NLS-1$ //$NON-NLS-2$
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册