jfjoch_viewer: Make resolution rings separate section

This commit is contained in:
2025-11-19 20:21:31 +01:00
parent c37bd15751
commit 4e0bb917b1
2 changed files with 14 additions and 13 deletions

View File

@@ -28,7 +28,6 @@ ResolutionRingWidget::ResolutionRingWidget(QWidget *parent)
button_group->addButton(est_button, 3);
QVBoxLayout *layout = new QVBoxLayout(this);
layout->addWidget(new QLabel("<b>Resolution rings</b>"));
layout->addWidget(none_button);
layout->addWidget(auto_button);