This commit is contained in:
Lukas Brübach 2025-03-08 12:26:16 +01:00
parent da5c3779c6
commit 6c21c672ce

View file

@ -73,7 +73,7 @@ void SettingsPopupWidget::adjustSizeToFitScreen()
// Set the containerWidget directly without scrollArea and adjust its height
resize(sizeHint().width(), contentHeight); // Resize the widget based on content height
layout->addWidget(containerWidget); // Re-add the containerWidget without scroll area
layout->addWidget(containerWidget); // Re-add the containerWidget without scroll area
}
// Ensure layout updates after changes