mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-03 14:49:04 +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)",
|
||||
Some(p) => p.as_str(),
|
||||
})
|
||||
.wrap(true)
|
||||
.build();
|
||||
row.add_suffix(path_label);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue