mirror of
https://github.com/danbulant/cushy
synced 2026-05-27 05:42:43 +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();
|
let theme_mode = Dynamic::default();
|
||||||
set_of_containers(3, theme_mode.clone())
|
set_of_containers(3, theme_mode.clone())
|
||||||
.centered()
|
.centered()
|
||||||
|
.expand()
|
||||||
.into_window()
|
.into_window()
|
||||||
.with_theme_mode(theme_mode)
|
.with_theme_mode(theme_mode)
|
||||||
.run()
|
.run()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue