Skip to content

Commit b1859fc

Browse files
committed
fix: fix alert window size
1 parent 403a193 commit b1859fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/live/config.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ pub(crate) enum AlertsLayout {
1616
impl AlertsLayout {
1717
pub(crate) fn window_size(&self) -> Vec2 {
1818
match self {
19-
Self::Vertical => Vec2::new(80., 600.),
20-
Self::Horizontal => Vec2::new(600., 100.),
19+
Self::Vertical => Vec2::new(70., 500.),
20+
Self::Horizontal => Vec2::new(360., 100.),
2121
}
2222
}
2323
}

0 commit comments

Comments
 (0)