Resize raster icons to physical draw size
This commit is contained in:
parent
cdd825b953
commit
1c5171aff2
4 changed files with 242 additions and 25 deletions
|
|
@ -666,7 +666,7 @@ where
|
|||
};
|
||||
|
||||
bounds.x += 24.0;
|
||||
icon::draw(renderer, handle, icon_bounds);
|
||||
icon::draw_with_scale(renderer, handle, icon_bounds, style.scale_factor as f32);
|
||||
}
|
||||
|
||||
text::Renderer::fill_text(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue