jfjoch_viewer: Resolution estimation is the main mode for diffraction rings

This commit is contained in:
2025-11-24 12:03:59 +01:00
parent 57eeb29976
commit 51869a2add
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ ResolutionRingWidget::ResolutionRingWidget(QWidget *parent)
manual_button = new QRadioButton("Manual", this);
est_button = new QRadioButton("Resolution estimation from processing", this);
none_button->setChecked(true);
est_button->setChecked(true);
button_group = new QButtonGroup(this);
button_group->addButton(none_button, 0);