Update smithay-egui, egui
This commit is contained in:
parent
1a3494e481
commit
005093b622
3 changed files with 77 additions and 160 deletions
|
|
@ -531,9 +531,8 @@ where
|
|||
renderer.glow_renderer_mut(),
|
||||
state,
|
||||
timings,
|
||||
Rectangle::from_loc_and_size(
|
||||
(0, 0),
|
||||
(output_geo.size.w.min(400), output_geo.size.h.min(800)),
|
||||
Rectangle::from_size(
|
||||
(output_geo.size.w.min(400), output_geo.size.h.min(800)).into(),
|
||||
),
|
||||
scale,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue