elementary / switchboard

Extensible System Settings app designed for elementary OS
https://elementary.io
GNU Lesser General Public License v2.1
49 stars 15 forks source link

SettingsPage: use a header clamp, not sizegroup #308

Closed danirabbit closed 5 months ago

danirabbit commented 6 months ago

Fixes an issue where labels in the content area might not wrap. Can test with Applications settings

zeebok commented 5 months ago

Do you have an example application? When I test with what is currently on release in OS8, the application page seems to be unable to shrink smaller than the widgets within it, including labels. With this PR, it can now be resized to pretty much any size and does wrap text. So this does do what it should, and the code looks good, but wasn't fixing an issue I was seeing.