Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
Give edit_text a window title
Browse files Browse the repository at this point in the history
  • Loading branch information
DJMcNab committed Aug 6, 2023
1 parent 12c448f commit dc735c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/edit_text.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ fn main() {
let window = glazier::WindowBuilder::new(app.clone())
.resizable(true)
.size((WIDTH as f64 / 2., HEIGHT as f64 / 2.).into())
.title("Edit Text - Glazier Example")
.handler(Box::new(WindowState::new()))
.build()
.unwrap();
Expand Down

0 comments on commit dc735c8

Please sign in to comment.