aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2024-07-28 11:08:29 +0200
committerThomas White <taw@physics.org>2024-07-28 11:08:29 +0200
commit72d99615d406a573bf266fef1d871a7d71a4d62c (patch)
treebfcb9768bfa607045d80e35b61ddbca94b5a40fb
parentd00a9f8566bd1dd49d88cffe3580dfa8d4b27299 (diff)
GUI: Set reflection indices default off
It makes the display a bit too crowded, and it seems less likely that the indices will be needed than not.
-rw-r--r--src/gui_project.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_project.c b/src/gui_project.c
index c3479223..0d3ac9e6 100644
--- a/src/gui_project.c
+++ b/src/gui_project.c
@@ -1267,7 +1267,7 @@ int default_project(struct crystfelproject *proj)
proj->resolution_rings = 0;
proj->show_peaks = 1;
proj->show_refls = 1;
- proj->label_refls = 1;
+ proj->label_refls = 0;
proj->rescan_on_change = 1;
proj->peak_search_params.method = PEAK_ZAEF;