follow content size

This commit is contained in:
yggverse 2025-07-26 09:53:23 +03:00
parent 266ec18c31
commit c10fb6c8be

View file

@ -27,6 +27,7 @@ impl Proxy for adw::PreferencesDialog {
// Init widget // Init widget
let d = adw::PreferencesDialog::builder() let d = adw::PreferencesDialog::builder()
.follows_content_size(true)
.search_enabled(true) .search_enabled(true)
.title("Proxy") .title("Proxy")
.build(); .build();