Skip to content

Commit 9f599a3

Browse files
committed
Update icons
1 parent a58aceb commit 9f599a3

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

src/plugins/coreplugin/res/icons/config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11209,6 +11209,10 @@
1120911209
{
1121011210
"id": "playhead_panel_chevron_double",
1121111211
"icon": "playhead_panel_chevron_double"
11212+
},
11213+
{
11214+
"id": "properties",
11215+
"icon": "properties"
1121211216
}
1121311217
]
1121411218
}

src/plugins/coreplugin/res/org.diffscope.core_actions.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,11 @@
157157
<phony id="org.diffscope.core.workspacePanelWidgets" topLevel="true" />
158158

159159
<action id="org.diffscope.core.statusText" diffscope:componentType="widget"/>
160-
<action id="org.diffscope.core.panel.properties" catalog="org.diffscope.core.workspacePanelWidgets" icon="text_bullet_list_square_edit" diffscope:uniquePanel="true" diffscope:componentType="custom"/>
160+
<action id="org.diffscope.core.panel.properties" catalog="org.diffscope.core.workspacePanelWidgets" icon="properties" diffscope:uniquePanel="true" diffscope:componentType="custom"/>
161161
<action id="org.diffscope.core.panel.plugins" catalog="org.diffscope.core.workspacePanelWidgets" icon="puzzle_piece" diffscope:componentType="custom"/>
162162
<action id="org.diffscope.core.panel.notifications" catalog="org.diffscope.core.workspacePanelWidgets" icon="alert" diffscope:componentType="custom"/>
163163
<action id="org.diffscope.core.panel.tips" catalog="org.diffscope.core.workspacePanelWidgets" icon="chat_sparkle" diffscope:componentType="custom"/>
164-
<action id="org.diffscope.core.panel.metadata" catalog="org.diffscope.core.workspacePanelWidgets" icon="text_bullet_list_square_edit" diffscope:componentType="custom"/>
164+
<action id="org.diffscope.core.panel.metadata" catalog="org.diffscope.core.workspacePanelWidgets" icon="document_settings" diffscope:componentType="custom"/>
165165
<action id="org.diffscope.core.panel.recentFiles" catalog="org.diffscope.core.workspacePanelWidgets" icon="history" diffscope:componentType="custom" />
166166
<action id="org.diffscope.core.panel.recoveryFiles" catalog="org.diffscope.core.workspacePanelWidgets" icon="document_sync" diffscope:componentType="custom" />
167167
<action id="org.diffscope.core.widget.digitalClock" diffscope:componentType="widget"/>

0 commit comments

Comments
 (0)