mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 22:00:03 -04:00
Fix typos (#4796)
This commit is contained in:
@@ -99,8 +99,8 @@ impl Tooltips {
|
||||
});
|
||||
};
|
||||
|
||||
ui.label("You can have different tooltips depending on whether or not a widget is enabled or not:")
|
||||
.on_hover_text("Check the tooltip of the button below, and see how it changes dependning on whether or not it is enabled.");
|
||||
ui.label("You can have different tooltips depending on whether or not a widget is enabled:")
|
||||
.on_hover_text("Check the tooltip of the button below, and see how it changes depending on whether or not it is enabled.");
|
||||
|
||||
ui.horizontal(|ui| {
|
||||
ui.checkbox(&mut self.enabled, "Enabled")
|
||||
|
||||
Reference in New Issue
Block a user