remove useless conversions
This commit is contained in:
parent
974367f312
commit
12ef9ce993
4 changed files with 17 additions and 31 deletions
|
|
@ -121,7 +121,6 @@ impl DockItem {
|
|||
|
||||
let dot_radius = 2;
|
||||
let dots = (0..toplevels.len())
|
||||
.into_iter()
|
||||
.map(|_| {
|
||||
container(vertical_space(Length::Fixed(0.0)))
|
||||
.padding(dot_radius)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue