Skip to content

Commit 5f55e8e

Browse files
committed
Tweak "About" panel in the demo slightly
1 parent 4ccd1fc commit 5f55e8e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

crates/egui_demo_lib/src/demo/about.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,11 @@ impl super::View for About {
4949
ui.spacing_mut().item_spacing.x = 0.0;
5050
ui.label("egui development is sponsored by ");
5151
ui.hyperlink_to("Rerun.io", "https://www.rerun.io/");
52-
ui.label(", a startup building an SDK for visualizing streams of multimodal data");
52+
ui.label(", a startup building an SDK for visualizing streams of multimodal data.");
5353
});
5454

55+
ui.add_space(12.0);
56+
5557
ui.vertical_centered(|ui| {
5658
ui.add(crate::egui_github_link_file!());
5759
});

0 commit comments

Comments
 (0)