mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-31 21:31:32 +00:00
update storybook
This commit is contained in:
parent
74cb91ee7d
commit
ca5dfaed8c
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ fn main() {
|
|||
let bounds = Bounds::centered(None, size, cx);
|
||||
let _window = cx.open_window(
|
||||
WindowOptions {
|
||||
window_bounds: WindowBounds::Windowed(Some(bounds)),
|
||||
window_bounds: Some(WindowBounds::Windowed(bounds)),
|
||||
..Default::default()
|
||||
},
|
||||
move |cx| {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue