Implement SVG rendering
This commit is contained in:
@@ -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(),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user