mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 08:22:15 -07:00
Lint.
This commit is contained in:
parent
da5c3779c6
commit
6c21c672ce
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue