Merge pull request #886 from Chiheisen/fix/pick_list_layouting
pick_list: fix layouting not respecting fonts
This commit is contained in:
commit
3918257883
@ -163,7 +163,7 @@ where
|
|||||||
let (width, _) = renderer.measure(
|
let (width, _) = renderer.measure(
|
||||||
&label,
|
&label,
|
||||||
text_size,
|
text_size,
|
||||||
Renderer::Font::default(),
|
self.font,
|
||||||
Size::new(f32::INFINITY, f32::INFINITY),
|
Size::new(f32::INFINITY, f32::INFINITY),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user