aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-10-26 16:31:28 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-10-26 16:31:28 +0000
commit58a5004f61bb54162675a99804bf274a0ae212ec (patch)
tree3d5b9cdec7353026e9aa22b41961a3501b5e40e5
parentb4d1887458d44c2f0f6ee55a0550b4a406f42057 (diff)
Enable fine centering by default
git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@181 bf6ca9ba-c028-0410-8290-897cf20841d1
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
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);