mirror of
https://github.com/danbulant/cushy
synced 2026-05-24 12:28:23 +00:00
Updating examples
This commit is contained in:
parent
b72e4b0caf
commit
ca81c3702c
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ fn main() -> gooey::Result {
|
|||
let theme_mode = Dynamic::default();
|
||||
set_of_containers(3, theme_mode.clone())
|
||||
.centered()
|
||||
.expand()
|
||||
.into_window()
|
||||
.with_theme_mode(theme_mode)
|
||||
.run()
|
||||
|
|
|
|||
Loading…
Reference in a new issue