From 606d42de1570307bf39e8955cc56d074c5f855d3 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 24 Aug 2022 13:27:57 +0200 Subject: GUI: Add custom task icons Previously, the task buttons used stock icons chosen to approximately fit the task when displayed with the icon theme on my computers. But they don't fit so well in other themes, and sometimes no icon is shown at all. So, now they have their own icons, specifically designed for CrystFEL. Fixes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/9 --- meson.build | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 4f97d8ce..2eabaea4 100644 --- a/meson.build +++ b/meson.build @@ -267,7 +267,16 @@ simulation_bits = files(['src/diffraction.c', # ************************ Misc resources ************************ -install_data(['data/crystfel.svg'], +install_data(['data/crystfel.svg', + 'data/crystfel-load-data.svg', + 'data/crystfel-peak-detection.svg', + 'data/crystfel-index-frame.svg', + 'data/crystfel-index-all.svg', + 'data/crystfel-unitcell.svg', + 'data/crystfel-ambiguity.svg', + 'data/crystfel-merge.svg', + 'data/crystfel-fom.svg', + 'data/crystfel-export.svg' ], install_dir: get_option('datadir')+'/icons/hicolor/scalable/apps') -- cgit v1.2.3