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 f0a7505 commit d548175Copy full SHA for d548175
1 file changed
apps/plumeimpactor/src/pages/mod.rs
@@ -14,7 +14,7 @@ pub use work::{WorkPage, create_work_page};
14
15
// TODO: investigate why github actions messes up weird sizing shit
16
#[cfg(target_os = "linux")]
17
-pub const WINDOW_SIZE: (i32, i32) = (740, 660);
+pub const WINDOW_SIZE: (i32, i32) = (760, 660);
18
#[cfg(not(target_os = "linux"))]
19
pub const WINDOW_SIZE: (i32, i32) = (570, 410);
20
0 commit comments