diff --git a/src/app/browser/proxy.rs b/src/app/browser/proxy.rs index ab09905b..ea27520d 100644 --- a/src/app/browser/proxy.rs +++ b/src/app/browser/proxy.rs @@ -27,6 +27,7 @@ impl Proxy for adw::PreferencesDialog { // Init widget let d = adw::PreferencesDialog::builder() + .follows_content_size(true) .search_enabled(true) .title("Proxy") .build();