mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-09 19:00:46 +00:00
Add title to lorem example
This commit is contained in:
parent
3f35b87757
commit
2cae042a85
@ -21,6 +21,7 @@ fn main() {
|
||||
// This is the alignment for the button
|
||||
.h_align(HAlign::Center)
|
||||
.button("Quit", |s| s.quit())
|
||||
.title("Unicode and wide-character support")
|
||||
.full_screen(),
|
||||
);
|
||||
// Show a popup on top of the view.
|
||||
|
@ -1 +1,3 @@
|
||||
This is a slightly larger example, showing an implementation of Minesweeper.
|
||||
|
||||
*This is a work in progress; many features are not implemented yet.*
|
||||
|
Loading…
Reference in New Issue
Block a user