From 58a5004f61bb54162675a99804bf274a0ae212ec Mon Sep 17 00:00:00 2001 From: taw27 Date: Fri, 26 Oct 2007 16:31:28 +0000 Subject: Enable fine centering by default git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@181 bf6ca9ba-c028-0410-8290-897cf20841d1 --- src/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.c b/src/main.c index ed4c188..d9fe3d3 100644 --- a/src/main.c +++ b/src/main.c @@ -172,6 +172,7 @@ void main_method_dialog_open(ControlContext *ctx) { ctx->checkbox_finecentering = gtk_check_button_new_with_label("Perform fine pattern centering"); gtk_table_attach_defaults(GTK_TABLE(table), ctx->checkbox_finecentering, 1, 3, 4, 5); + gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(ctx->checkbox_finecentering), TRUE); if ( ctx->inputfiletype == INPUT_CACHE ) { gtk_widget_set_sensitive(GTK_WIDGET(ctx->combo_peaksearch), FALSE); -- cgit v1.2.3