Skip to content

Commit

Permalink
Rename window title
Browse files Browse the repository at this point in the history
  • Loading branch information
grtlr committed Jan 27, 2025
1 parent 1c3e42b commit d794d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/egui_demo_lib/src/demo/scene.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ impl crate::Demo for SceneDemo {

fn show(&mut self, ctx: &egui::Context, open: &mut bool) {
use crate::View as _;
let window = egui::Window::new("Pan Zoom")
let window = egui::Window::new("Scene")
.default_width(300.0)
.default_height(300.0)
.vscroll(false)
Expand Down

0 comments on commit d794d83

Please sign in to comment.