diff --git a/hello_world.png b/hello_world.png index ccfbee7..048b4d9 100644 Binary files a/hello_world.png and b/hello_world.png differ diff --git a/imgui-examples/examples/hello_world.rs b/imgui-examples/examples/hello_world.rs index c1a7c81..3e423a4 100644 --- a/imgui-examples/examples/hello_world.rs +++ b/imgui-examples/examples/hello_world.rs @@ -6,7 +6,7 @@ fn main() { let system = support::init(file!()); system.main_loop(move |_, ui| { Window::new(im_str!("Hello world")) - .size([300.0, 100.0], Condition::FirstUseEver) + .size([300.0, 110.0], Condition::FirstUseEver) .build(ui, || { ui.text(im_str!("Hello world!")); ui.text(im_str!("こんにちは世界!"));