jfjoch_viewer: Resolution estimation is the main mode for diffraction rings
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user