mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
follow content size
This commit is contained in:
parent
266ec18c31
commit
c10fb6c8be
1 changed files with 1 additions and 0 deletions
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue