Skip to content

Commit d548175

Browse files
committed
beeger window on loonix
1 parent f0a7505 commit d548175

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/plumeimpactor/src/pages

apps/plumeimpactor/src/pages/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pub use work::{WorkPage, create_work_page};
1414

1515
// TODO: investigate why github actions messes up weird sizing shit
1616
#[cfg(target_os = "linux")]
17-
pub const WINDOW_SIZE: (i32, i32) = (740, 660);
17+
pub const WINDOW_SIZE: (i32, i32) = (760, 660);
1818
#[cfg(not(target_os = "linux"))]
1919
pub const WINDOW_SIZE: (i32, i32) = (570, 410);
2020

0 commit comments

Comments
 (0)