mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-13 06:39:31 +03:00
Adjust window dimensions
Since resizing freezes the window.
This commit is contained in:
parent
43a1296150
commit
f50a23accd
@ -24,8 +24,8 @@ fn main() {
|
||||
WindowOptions {
|
||||
bounds: WindowBounds::Fixed(Bounds {
|
||||
size: gpui3::Size {
|
||||
width: 1400_f32.into(),
|
||||
height: 900_f32.into(),
|
||||
width: 800_f32.into(),
|
||||
height: 600_f32.into(),
|
||||
},
|
||||
..Default::default()
|
||||
}),
|
||||
|
Loading…
Reference in New Issue
Block a user