diff --git a/src-tauri/src/properties_window.rs b/src-tauri/src/properties_window.rs index 664c36a..53829b7 100644 --- a/src-tauri/src/properties_window.rs +++ b/src-tauri/src/properties_window.rs @@ -354,7 +354,7 @@ pub fn open_download_properties_window( registry.clear_ready(&label)?; let builder = WebviewWindowBuilder::new(&app, &label, WebviewUrl::App("index.html".into())) .title(PROPERTIES_WINDOW_TITLE) - .inner_size(750.0, 540.0) + .inner_size(960.0, 540.0) .min_inner_size(680.0, 500.0) .resizable(true) .always_on_top(false)