diff --git a/src/render.rs b/src/render.rs index 373b73b..1cd7213 100644 --- a/src/render.rs +++ b/src/render.rs @@ -397,10 +397,8 @@ fn note_ui(app: &Notecrumbs, ctx: &egui::Context, note: &NoteRenderData) { ui.vertical(|ui| { ui.set_max_size(Vec2::new(desired_width, desired_height / 2.2)); - ui.centered_and_justified(|ui| { - // only one widget is allowed in here - wrapped_body(ui, ¬e.note.content); - }); + // only one widget is allowed in here + wrapped_body(ui, ¬e.note.content); }); ui.horizontal(|ui| {