Fmt symlink with len 48 in found dialog

This commit is contained in:
veeso 2021-06-10 12:16:48 +02:00
parent 4e50038b41
commit cd3fc15bcb

View file

@ -171,7 +171,7 @@ impl Browser {
.with_group_dirs(Some(GroupDirs::First))
.with_hidden_files(true)
.with_stack_size(0)
.with_formatter(Some("{NAME} {SYMLINK}"))
.with_formatter(Some("{NAME:32} {SYMLINK}"))
.build()
}
}