increase minimum

macos-click-through
Keith Simmons 3 years ago
parent 4515aa5a61
commit a1fc0bf9c7

@ -43,7 +43,7 @@ use renderer::SkiaRenderer;
static ICON: &[u8] = include_bytes!("../../../assets/neovide.ico");
const MIN_WINDOW_WIDTH: u64 = 15;
const MIN_WINDOW_WIDTH: u64 = 20;
const MIN_WINDOW_HEIGHT: u64 = 6;
pub struct GlutinWindowWrapper {

Loading…
Cancel
Save