mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-03 06:38:52 +00:00
fix: path preference rows text wrap
This commit is contained in:
parent
ec404dce95
commit
ee071d1e25
1 changed files with 1 additions and 0 deletions
|
@ -179,6 +179,7 @@ pub fn path_row<F: Fn(Option<String>) + 'static + Clone>(
|
||||||
None => "(None)",
|
None => "(None)",
|
||||||
Some(p) => p.as_str(),
|
Some(p) => p.as_str(),
|
||||||
})
|
})
|
||||||
|
.wrap(true)
|
||||||
.build();
|
.build();
|
||||||
row.add_suffix(path_label);
|
row.add_suffix(path_label);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue