We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 403a193 commit b1859fcCopy full SHA for b1859fc
src/live/config.rs
@@ -16,8 +16,8 @@ pub(crate) enum AlertsLayout {
16
impl AlertsLayout {
17
pub(crate) fn window_size(&self) -> Vec2 {
18
match self {
19
- Self::Vertical => Vec2::new(80., 600.),
20
- Self::Horizontal => Vec2::new(600., 100.),
+ Self::Vertical => Vec2::new(70., 500.),
+ Self::Horizontal => Vec2::new(360., 100.),
21
}
22
23
0 commit comments