diff options
author | Thomas White <taw@physics.org> | 2022-12-02 11:30:10 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2022-12-02 11:45:08 +0100 |
commit | 7c5b283d1c1c852f524c800900dd725224c76549 (patch) | |
tree | 013a376f56bb7bfbe175544bb804536a8b8daed2 /data/crystfel.gresource.xml | |
parent | e94f6fad97763d9b0b9ad81a935afa109fc35f3c (diff) |
GUI: Add PNG versions of all icons
SVG icons are nice, but need a gdk-pixbuf loader which isn't always
available.
This commit also removes some files that were accidentally included in
the gresource.xml file.
Diffstat (limited to 'data/crystfel.gresource.xml')
-rw-r--r-- | data/crystfel.gresource.xml | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/data/crystfel.gresource.xml b/data/crystfel.gresource.xml index 7453a58b..c000973a 100644 --- a/data/crystfel.gresource.xml +++ b/data/crystfel.gresource.xml @@ -1,17 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> <gresources> <gresource prefix="/de/desy/CrystFEL"> + <file>crystfel.svg</file> <file>crystfel-ambiguity.svg</file> - <file>crystfel.desktop</file> <file>crystfel-export.svg</file> <file>crystfel-fom.svg</file> - <file>crystfel.gresource.xml</file> <file>crystfel-index-all.svg</file> <file>crystfel-index-frame.svg</file> <file>crystfel-load-data.svg</file> <file>crystfel-merge.svg</file> <file>crystfel-peak-detection.svg</file> - <file>crystfel.svg</file> <file>crystfel-unitcell.svg</file> + <file>crystfel.png</file> + <file>crystfel-ambiguity.png</file> + <file>crystfel-export.png</file> + <file>crystfel-fom.png</file> + <file>crystfel-index-all.png</file> + <file>crystfel-index-frame.png</file> + <file>crystfel-load-data.png</file> + <file>crystfel-merge.png</file> + <file>crystfel-peak-detection.png</file> + <file>crystfel-unitcell.png</file> </gresource> </gresources> |