Add better icons spacing

This commit is contained in:
Zheng He Hu 2019-12-29 02:52:18 +01:00
parent 89c861f24d
commit 128fadd8bf
No known key found for this signature in database
GPG Key ID: CE5036D3D0297ACD

View File

@ -38,7 +38,7 @@ pub fn painted_icon(file: &File, style: &FileStyle) -> String {
c.paint(file_icon).to_string()
}
});
format!("{} ", painted)
format!("{} ", painted)
}
fn icon(file: &File) -> char {