Updating examples

This commit is contained in:
Jonathan Johnson 2023-11-14 08:02:31 -08:00
parent b72e4b0caf
commit ca81c3702c
No known key found for this signature in database
GPG key ID: A66D6A34D6620579

View file

@ -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()