Implement SVG rendering

This commit is contained in:
Antonio Scandurra
2021-04-06 13:46:33 +02:00
parent 2970e934da
commit e0c43dac25
9 changed files with 505 additions and 49 deletions
+1 -2
View File
@@ -175,8 +175,7 @@ impl FileFinder {
LineBox::new(
settings.ui_font_family,
settings.ui_font_size,
Empty::new().boxed(),
// Svg::new("icons/file-16.svg".into()).boxed(),
Svg::new("icons/file-16.svg".into()).boxed(),
)
.boxed(),
)