Skip to content

Commit

Permalink
Tweak "About" panel in the demo slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Jan 8, 2024
1 parent 4ccd1fc commit 5f55e8e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/egui_demo_lib/src/demo/about.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,11 @@ impl super::View for About {
ui.spacing_mut().item_spacing.x = 0.0;
ui.label("egui development is sponsored by ");
ui.hyperlink_to("Rerun.io", "https://www.rerun.io/");
ui.label(", a startup building an SDK for visualizing streams of multimodal data");
ui.label(", a startup building an SDK for visualizing streams of multimodal data.");
});

ui.add_space(12.0);

ui.vertical_centered(|ui| {
ui.add(crate::egui_github_link_file!());
});
Expand Down

0 comments on commit 5f55e8e

Please sign in to comment.