refactor(properties): fit torrent metrics on one row

This commit is contained in:
NimBold
2026-08-07 14:00:24 +03:30
parent 761bbb61d2
commit 757b849e4e
+1 -1
View File
@@ -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)