mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 22:00:03 -04:00
[demo] Center the "(source code)" hyperlinks
This commit is contained in:
@@ -63,6 +63,8 @@ impl super::View for DancingStrings {
|
||||
|
||||
ui.painter().extend(shapes);
|
||||
});
|
||||
ui.add(crate::__egui_github_link_file!());
|
||||
ui.vertical_centered(|ui| {
|
||||
ui.add(crate::__egui_github_link_file!());
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user