mirror of
https://github.com/emilk/egui.git
synced 2026-09-03 07:10:04 -04:00
Replace every ... with … like some sort of crazy person
Also fix some small typos Closes https://github.com/emilk/egui/pull/736
This commit is contained in:
@@ -163,7 +163,7 @@ impl Widgets {
|
||||
ui.heading("The name of the tooltip");
|
||||
ui.horizontal(|ui| {
|
||||
ui.label("This tooltip was created with");
|
||||
ui.monospace(".on_hover_ui(...)");
|
||||
ui.monospace(".on_hover_ui(…)");
|
||||
});
|
||||
let _ = ui.button("A button you can never press");
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user