mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-10 03:10:41 +00:00
Larger window for key_codes example
This commit is contained in:
parent
c1d979b91c
commit
c7f995fd72
@ -7,7 +7,7 @@ use cursive::event::{Event, EventResult};
|
||||
fn main() {
|
||||
let mut siv = Cursive::new();
|
||||
|
||||
siv.add_layer(KeyCodeView::new(10).fixed_size((30, 10)));
|
||||
siv.add_layer(KeyCodeView::new(10).fixed_size((70, 10)));
|
||||
|
||||
siv.run();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user