mirror of
https://github.com/aljazceru/notedeck.git
synced 2025-12-20 01:44:19 +01:00
fix compilation
This commit is contained in:
@@ -87,7 +87,7 @@ fn user_result<'a>(
|
|||||||
cache: &'a mut ImageCache,
|
cache: &'a mut ImageCache,
|
||||||
index: usize,
|
index: usize,
|
||||||
width: f32,
|
width: f32,
|
||||||
) -> impl egui::Widget + use<'a> {
|
) -> impl egui::Widget + 'a {
|
||||||
move |ui: &mut egui::Ui| -> egui::Response {
|
move |ui: &mut egui::Ui| -> egui::Response {
|
||||||
let min_img_size = 48.0;
|
let min_img_size = 48.0;
|
||||||
let max_image = min_img_size * ICON_EXPANSION_MULTIPLE;
|
let max_image = min_img_size * ICON_EXPANSION_MULTIPLE;
|
||||||
|
|||||||
Reference in New Issue
Block a user