Skip to content

Commit

Permalink
Update demo_app_windows.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmerlin committed Sep 18, 2024
1 parent caee94d commit 414f6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/egui_demo_lib/src/demo/demo_app_windows.rs
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ impl DemoWindows {
.show(ctx, |ui| {
ui.add_space(4.0);
ui.vertical_centered(|ui| {
ui.heading("✒ egui demos");
ui.heading("✒ egui demos (updated)");
});

ui.separator();
Expand Down

0 comments on commit 414f6c4

Please sign in to comment.