group question fixes

This commit is contained in:
jorenchik
2024-11-03 18:37:56 +02:00
parent 3d5455224d
commit 1ef997c517
2 changed files with 10 additions and 9 deletions

View File

@@ -1063,7 +1063,7 @@ QMainWindow *initMdemListWindow() {
errorView = new ErrorView;
errorView->box.setObjectName("error-box");
errorView->box.setLayout(&errorView->layout);
errorView->box.setMinimumHeight(30);
errorView->box.setMinimumHeight(70);
errorView->box.setStyleSheet(
QString(
"QWidget#error-box {"