1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 22:00:03 -04:00
This commit is contained in:
YgorSouza
2024-07-07 08:50:04 +02:00
committed by GitHub
parent 0f6310c598
commit 39f7368d2e
6 changed files with 8 additions and 8 deletions

View File

@@ -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")