mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 17:23:07 -07:00
WebUI: Improve statistics window
This commit is contained in:
parent
4cc3fedf37
commit
5e3161a3f9
2 changed files with 23 additions and 4 deletions
|
@ -427,8 +427,8 @@ const initializeWindows = function() {
|
|||
contentURL: new URI("views/statistics.html").toString(),
|
||||
maximizable: false,
|
||||
padding: 10,
|
||||
width: loadWindowWidth(id, 275),
|
||||
height: loadWindowHeight(id, 370),
|
||||
width: loadWindowWidth(id, 285),
|
||||
height: loadWindowHeight(id, 415),
|
||||
onResize: window.qBittorrent.Misc.createDebounceHandler(500, (e) => {
|
||||
saveWindowSize(id);
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue