-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshellbar.gresource.xml
More file actions
15 lines (15 loc) · 1019 Bytes
/
Copy pathshellbar.gresource.xml
File metadata and controls
15 lines (15 loc) · 1019 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/com/shellbar/icons">
<file alias="16x16/apps/shellbar.png" compressed="true">assets/icon-16.png</file>
<file alias="32x32/apps/shellbar.png" compressed="true">assets/icon-32.png</file>
<file alias="48x48/apps/shellbar.png" compressed="true">assets/icon-48.png</file>
<file alias="64x64/apps/shellbar.png" compressed="true">assets/icon-64.png</file>
<file alias="128x128/apps/shellbar.png" compressed="true">assets/icon-128.png</file>
<file alias="256x256/apps/shellbar.png" compressed="true">assets/icon-256.png</file>
<file alias="scalable/apps/shellbar.svg" compressed="true">assets/icon.svg</file>
<file alias="scalable/actions/drag-handle.svg" compressed="true">assets/drag-handle.svg</file>
<file alias="scalable/actions/tools-on.svg" compressed="true">assets/tools-on.svg</file>
<file alias="scalable/actions/tools-off.svg" compressed="true">assets/tools-off.svg</file>
</gresource>
</gresources>