Adjust window dimensions
Since resizing freezes the window.
This commit is contained in:
parent
43a1296150
commit
f50a23accd
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ fn main() {
|
||||||
WindowOptions {
|
WindowOptions {
|
||||||
bounds: WindowBounds::Fixed(Bounds {
|
bounds: WindowBounds::Fixed(Bounds {
|
||||||
size: gpui3::Size {
|
size: gpui3::Size {
|
||||||
width: 1400_f32.into(),
|
width: 800_f32.into(),
|
||||||
height: 900_f32.into(),
|
height: 600_f32.into(),
|
||||||
},
|
},
|
||||||
..Default::default()
|
..Default::default()
|
||||||
}),
|
}),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue