We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ccd1fc commit 5f55e8eCopy full SHA for 5f55e8e
crates/egui_demo_lib/src/demo/about.rs
@@ -49,9 +49,11 @@ impl super::View for About {
49
ui.spacing_mut().item_spacing.x = 0.0;
50
ui.label("egui development is sponsored by ");
51
ui.hyperlink_to("Rerun.io", "https://www.rerun.io/");
52
- 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.");
53
});
54
55
+ ui.add_space(12.0);
56
+
57
ui.vertical_centered(|ui| {
58
ui.add(crate::egui_github_link_file!());
59
0 commit comments