mirror of
https://github.com/nimbold/Firelink.git
synced 2026-08-24 01:39:02 +00:00
refactor(properties): fit torrent metrics on one row
This commit is contained in:
@@ -354,7 +354,7 @@ pub fn open_download_properties_window(
|
|||||||
registry.clear_ready(&label)?;
|
registry.clear_ready(&label)?;
|
||||||
let builder = WebviewWindowBuilder::new(&app, &label, WebviewUrl::App("index.html".into()))
|
let builder = WebviewWindowBuilder::new(&app, &label, WebviewUrl::App("index.html".into()))
|
||||||
.title(PROPERTIES_WINDOW_TITLE)
|
.title(PROPERTIES_WINDOW_TITLE)
|
||||||
.inner_size(750.0, 540.0)
|
.inner_size(960.0, 540.0)
|
||||||
.min_inner_size(680.0, 500.0)
|
.min_inner_size(680.0, 500.0)
|
||||||
.resizable(true)
|
.resizable(true)
|
||||||
.always_on_top(false)
|
.always_on_top(false)
|
||||||
|
|||||||
Reference in New Issue
Block a user